public interface CcLocation extends StpLocation
The location of a ClearCase resource. Note that the WVCM term "location"
is synonymous with the ClearCase term "selector" in this context.
The ClearCase CM API accepts most standard ClearCase selector formats, i.e.,
those accepted by the "cleartool" command line utility. For example, the
following are all valid selectors for a ClearCase UCM activity:
The ClearCase CM API supports the following selector formats for
view-resident resources - ClearCase files, directories, etc.
Note that the StpLocation
interface
describes a number of selector formats and properties that are specific to
the CQ CM API and are not part of the standard ClearCase selector format.
These StpLocation extensions are not supported by the CC CM API.
StpLocation.ExtendedNamespace, StpLocation.Namespace
DELIMITERS, ESCAPE_CHAR, FIELD_DELIMITERS, SEGMENT_DELIMITERS
child, equals, forClass, getCanonicalPath, getDomain, getExtendedNamespace, getFile, getName, getNameSegmentCount, getNameSegments, getNameSegments, getNamespace, getRepo, getRepoSegmentCount, getRepoSegments, getRepoSegments, getResourceType, hashCode, isFastSelectorScheme, isFilePathScheme, isHistoryModeScheme, isObjectSelectorScheme, isOidSelectorScheme, isOk, isPathScheme, isRepoSelectorScheme, isRepositoryPathScheme, isUrlPathScheme, isUserFriendlySelectorScheme, lastSegment, parent, recomposeAsPname, recomposeWithDomain, recomposeWithMods, recomposeWithName, recomposeWithNamespace, recomposeWithRepo, recomposeWithResourceType, status, stpProvider, throwIfNotOk, toString, toStringWithoutDomain
Copyright © IBM 2017. All rights reserved.