public class WorkspaceServiceImpl extends Object implements WorkspaceService
WorkspaceService implementation used when envelope API is available.| Constructor and Description |
|---|
WorkspaceServiceImpl() |
| 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.