Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationInfo.CheckoutStatus |
SynchronizationInfo.getCheckoutStatus()
Returns the checkout status for this file.
|
static SynchronizationInfo.CheckoutStatus |
SynchronizationInfo.CheckoutStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizationInfo.CheckoutStatus[] |
SynchronizationInfo.CheckoutStatus.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 which sets the values of all variables.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA