public interface CcStorageLocation extends CcResource
A proxy for a ClearCase storage location. A storage location provides a simplified way for users to specify the storage directory for ClearCase VOBs and views without resorting to explicit pathnames.
| Modifier and Type | Interface and Description |
|---|---|
static class |
CcStorageLocation.StorageType
Type of the storage location
|
StpResource.UnsupportedPropertyResource.CopyFlag| Modifier and Type | Field and Description |
|---|---|
static PropertyNameList.PropertyName<String> |
SERVER_HOST
Name of the server hosting the storage location
|
static PropertyNameList.PropertyName<CcStorageLocation.StorageType> |
STORAGE_TYPE
The type of storage location
|
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATIONALL_CUSTOM_PROPERTIES, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATOR_DISPLAY_NAME, DISPLAY_NAME, IS_EXECUTABLE, LAST_MODIFIED, PARENT_LIST, PATHNAME_LOCATION, PROVIDER_LIST, RESOURCE_IDENTIFIER, WORKSPACE_FOLDER_LIST| Modifier and Type | Method and Description |
|---|---|
String |
getServerHost()
Get the value of this proxy's
SERVER_HOST property. |
CcStorageLocation.StorageType |
getStorageType()
Get the value of this proxy's
STORAGE_TYPE property. |
ccProvider, doReadContent, doResolve, doWriteProperties, hasSupportedProperties, isResolved, readProperties, readProperties, resolve, writeProperties, writePropertiesdoReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProviderdoCopy, doFind, doFindAll, doGetPropertyNameList, doGetPropertyNameList, doReadContent, doReadProperties, doUnbindAll, doWriteContent, doWriteProperties, forgetProperty, getComment, getContentCharacterSet, getContentIdentifier, getContentLanguage, getContentLength, getContentType, getCreationDate, getCreatorDisplayName, getDisplayName, getIsExecutable, getLastModified, getParentList, getPathnameLocation, getProperty, getProviderList, getWorkspaceFolderList, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setDisplayName, setIsExecutable, setProperty, setProperty, updatedPropertyNameListstatic final PropertyNameList.PropertyName<String> SERVER_HOST
static final PropertyNameList.PropertyName<CcStorageLocation.StorageType> STORAGE_TYPE
String getServerHost() throws WvcmException
SERVER_HOST property.WvcmException - if this proxy doesn't define a value for this property.CcStorageLocation.StorageType getStorageType() throws WvcmException
STORAGE_TYPE property.WvcmException - if this proxy doesn't define a value for this property.Copyright © IBM 2016. All rights reserved.