Uses of Class
com.sas.lsaf.content.workspace.WorkspaceFile
-
Packages that use WorkspaceFile Package Description com.sas.lsaf.content.workspace Classes and interfaces to manage content in the current user's workspace. -
-
Uses of WorkspaceFile in com.sas.lsaf.content.workspace
Methods in com.sas.lsaf.content.workspace that return WorkspaceFile Modifier and Type Method Description WorkspaceFile
WorkspaceService. createFile(java.lang.String path, java.lang.String localFilePath, boolean createParentFolders)
Creates a file in the workspace.WorkspaceFile
WorkspaceService. updateFileContents(java.lang.String path, java.lang.String localFilePath)
Replaces the content of the workspace file with the content of the specified local file system file.
-