public class DefaultWorkspaceServiceImpl extends Object implements WorkspaceService
WorkspaceService implementation is used when the envelope API is not available.| Constructor and Description |
|---|
DefaultWorkspaceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
openFile(String path)
Open the file located in the given path.
|
public void openFile(String path)
WorkspaceServiceopenFile in interface WorkspaceServicepath - Either an absolute path or a relative one to the caller file.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.