Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationInfo.FileStatus |
SynchronizationInfo.getFileStatus()
Gets the location of the file.
|
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.
|
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.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA