|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizationInfo.FileStatus | |
---|---|
com.sas.hls.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
Uses of SynchronizationInfo.FileStatus in com.sas.hls.resource.repository |
---|
Methods in com.sas.hls.resource.repository that return SynchronizationInfo.FileStatus | |
---|---|
SynchronizationInfo.FileStatus |
SynchronizationInfo.getFileStatus()
Returns where the file exists. |
static SynchronizationInfo.FileStatus |
SynchronizationInfo.FileStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SynchronizationInfo.FileStatus[] |
SynchronizationInfo.FileStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.sas.hls.resource.repository with parameters of type SynchronizationInfo.FileStatus | |
---|---|
SynchronizationInfo(String path,
RepositoryFileInfo repositoryFileInfo,
SynchronizationFileInfo synchronizationFileInfo,
WorkspaceFileInfo workspaceFileInfo,
SynchronizationInfo.FileStatus fileStatus,
SynchronizationInfo.SynchronizationStatus synchronizationStatus,
SynchronizationInfo.CheckoutStatus checkoutStatus)
Initializing constructor which sets the values of all variables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |