Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationInfo.SynchronizationStatus |
SynchronizationInfo.getSynchronizationStatus()
Gets 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.
|
Constructor and Description |
---|
SynchronizationInfo(String path,
RepositoryFileInfo repositoryFileInfo,
SynchronizationFileInfo synchronizationFileInfo,
WorkspaceFileInfo workspaceFileInfo,
SynchronizationInfo.FileStatus fileStatus,
SynchronizationInfo.SynchronizationStatus synchronizationStatus,
SynchronizationInfo.CheckoutStatus checkoutStatus)
Initializing constructor that sets the values of all variables.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>