Package | Description |
---|---|
com.sas.hls.resource.workspace |
Provides the classes and interfaces to manipulate resources in the current workspace.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceFile |
WorkspaceResourceService.createFile(String path,
String localFilePath,
boolean createParentFolders)
Create a new file in the workspace.
|
WorkspaceFile |
WorkspaceResourceService.updateFileContents(String path,
String localFilePath)
Replace the current content of the workspace file with the content of the specified local file.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA