|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryFile | |
---|---|
com.sas.hls.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
Uses of RepositoryFile in com.sas.hls.resource.repository |
---|
Methods in com.sas.hls.resource.repository that return RepositoryFile | |
---|---|
RepositoryFile |
RepositoryResourceService.createFile(String path,
String localFilePath,
String comment,
boolean createParentFolders)
Create an unversioned file in the repository. |
RepositoryFile |
RepositoryResourceService.createVersionedFile(String path,
String localFilePath,
String comment,
String startingVersion,
boolean createParentFolders)
Create a versioned file in the repository. |
RepositoryFile |
RepositoryResourceService.disableVersioningOnFile(String path,
String comment)
Disable versioning support for the specified RepositoryFile. |
RepositoryFile |
RepositoryResourceService.enableVersioningOnFile(String path,
String comment,
String startingVersion)
Turn on versioning support for the specified RepositoryFile. |
RepositoryFile |
RepositoryResourceService.getFileVersion(String path,
String versionLabel)
Get a client representation of the specified resource. |
RepositoryFile |
RepositoryResourceService.updateFileContents(String path,
ResourceCheckinSpecification ciSpec,
String localFileLocation)
Replace the contents of a RepositoryFile with the provided content and make the new version number be as specified. |
Methods in com.sas.hls.resource.repository that return types with arguments of type RepositoryFile | |
---|---|
List<RepositoryFile> |
RepositoryResourceService.getVersions(String path)
Get the list of stored versions of the specified repository file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |