Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryResource |
RepositoryResourceService.copy(String sourcePath,
String destinationPath)
Copy the file or folder from the source path to the destination path.
|
RepositoryFile |
RepositoryResourceService.createFile(String path,
String localFilePath,
String comment,
boolean createParentFolders)
Create an unversioned file in the repository.
|
RepositoryFolder |
RepositoryResourceService.createFolder(String path,
boolean createParentFolder)
Create a container at the given location in the repository.
|
RepositoryFile |
RepositoryResourceService.createVersionedFile(String path,
String localFilePath,
String comment,
String startingVersion,
boolean createParentFolders)
Create a versioned file in the repository.
|
RepositoryResource |
RepositoryResourceService.move(String sourcePath,
String destinationFolderPath)
Move the file or folder located by the source path to the destination folder.
|
RepositoryResource |
RepositoryResourceService.rename(String path,
String name)
Rename the repository resource.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA