|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizationInfo.SynchronizationStatus | |
---|---|
com.sas.hls.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
Uses of SynchronizationInfo.SynchronizationStatus in com.sas.hls.resource.repository |
---|
Methods in com.sas.hls.resource.repository that return SynchronizationInfo.SynchronizationStatus | |
---|---|
SynchronizationInfo.SynchronizationStatus |
SynchronizationInfo.getSynchronizationStatus()
Returns the synchronization status between the repository and workspace files. |
static SynchronizationInfo.SynchronizationStatus |
SynchronizationInfo.SynchronizationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SynchronizationInfo.SynchronizationStatus[] |
SynchronizationInfo.SynchronizationStatus.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.SynchronizationStatus | |
---|---|
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 |