|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcVobTag
A proxy for a ClearCase VOB tag - the handle by which a ClearCase VOB is identified and managed.
VOB tags are treated as distinct objects from VOBs in order to allow for the retrieval of basic VOB info and passing of handles to VOBs without incurring the overhead of actually opening a real VOB connection.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.ibm.rational.wvcm.stp.StpResource |
---|
StpResource.UnsupportedProperty |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.CopyFlag |
Field Summary | |
---|---|
static PropertyNameList.PropertyName<String> |
GLOBAL_PATH
Global path for this VOB's storage |
static PropertyNameList.PropertyName<String> |
HOST_NAME
Name of host on which the VOB resides |
static PropertyNameList.PropertyName<String> |
HOST_PATH
Host specific path for this VOB's storage |
static PropertyNameList.PropertyName<Boolean> |
IS_PROJECT_VOB
Is this a tag for a project VOB? |
static PropertyNameList.PropertyName<Boolean> |
IS_PUBLIC
Is this a tag for a public VOB? |
static PropertyNameList.PropertyName<String> |
MOUNT_OPTIONS
Mount options specified for this VOB tag in the registry. |
static PropertyNameList.PropertyName<CcRegistryRegion> |
REGISTRY_REGION
The registry region this tag resides in |
static PropertyNameList.PropertyName<CcVob> |
VOB
The VOB to which this tag refers |
Fields inherited from interface com.ibm.rational.wvcm.stp.StpResource |
---|
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATION |
Fields inherited from interface javax.wvcm.Resource |
---|
ALL_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 |
Method Summary | |
---|---|
String |
getGlobalPath()
Returns the value of this proxy's GLOBAL_PATH property. |
String |
getHostName()
Returns the value of this proxy's HOST_NAME property. |
String |
getHostPath()
Returns the value of this proxy's HOST_PATH property. |
boolean |
getIsProjectVob()
Returns the value of this proxy's IS_PROJECT_VOB property. |
boolean |
getIsPublic()
Returns the value of this proxy's IS_PUBLIC property. |
String |
getMountOptions()
Returns the value of this proxy's MOUNT_OPTIONS property. |
CcRegistryRegion |
getRegistryRegion()
Returns the value of this proxy's REGISTRY_REGION property. |
CcVob |
getVob()
Returns the value of this proxy's VOB property. |
Methods inherited from interface CcResource |
---|
ccProvider, doResolve, isResolved |
Methods inherited from interface com.ibm.rational.wvcm.stp.StpResource |
---|
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, stpLocation, stpProvider |
Field Detail |
---|
static final PropertyNameList.PropertyName<String> GLOBAL_PATH
static final PropertyNameList.PropertyName<String> HOST_NAME
static final PropertyNameList.PropertyName<String> HOST_PATH
static final PropertyNameList.PropertyName<Boolean> IS_PROJECT_VOB
static final PropertyNameList.PropertyName<Boolean> IS_PUBLIC
static final PropertyNameList.PropertyName<String> MOUNT_OPTIONS
static final PropertyNameList.PropertyName<CcRegistryRegion> REGISTRY_REGION
static final PropertyNameList.PropertyName<CcVob> VOB
Method Detail |
---|
String getGlobalPath() throws WvcmException
GLOBAL_PATH
property.
WvcmException
- if this proxy doesn't define a value for this property.String getHostName() throws WvcmException
HOST_NAME
property.
WvcmException
- if this proxy doesn't define a value for this property.String getHostPath() throws WvcmException
HOST_PATH
property.
WvcmException
- if this proxy doesn't define a value for this property.boolean getIsProjectVob() throws WvcmException
IS_PROJECT_VOB
property.
WvcmException
- if this proxy doesn't define a value for this property.boolean getIsPublic() throws WvcmException
IS_PUBLIC
property.
WvcmException
- if this proxy doesn't define a value for this property.String getMountOptions() throws WvcmException
MOUNT_OPTIONS
property.
WvcmException
- if this proxy doesn't define a value for this property.CcRegistryRegion getRegistryRegion() throws WvcmException
REGISTRY_REGION
property.
WvcmException
- if this proxy doesn't define a value for this property.CcVob getVob() throws WvcmException
VOB
property.
WvcmException
- if this proxy doesn't define a value for this property.
|
Generated Fri 5-Nov-2010 03:50 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |