public class UCMView extends ClearCase implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dynamic |
protected String |
path
TODO The global storage path name?!
|
static Pattern |
rx_view_get_path |
static Pattern |
RX_VIEW_ROOT |
protected String |
storageLocation |
protected Stream |
stream |
protected String |
viewtag |
rx_attr_find| Constructor and Description |
|---|
UCMView() |
UCMView(String path) |
UCMView(String path,
String viewtag) |
UCMView(String path,
String viewtag,
Stream stream) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
create(String tag,
String stgloc,
boolean snapshotView,
Stream stream) |
static UCMView |
createViewFromGlobalStoragePath(String tag,
String gspath) |
UCMView |
end() |
static void |
end(String viewtag) |
boolean |
equals(Object other) |
boolean |
exists() |
String |
getFullyQualifiedName() |
String |
getPath() |
String |
getStorageLocation() |
Stream |
getStream() |
static UCMView |
getView(String viewTag) |
static List<UCMView> |
getViews() |
String |
getViewtag() |
int |
hashCode() |
boolean |
isDynamicView() |
UCMView |
load() |
void |
remove() |
static void |
setActivity(Activity activity,
File context,
String viewtag,
String comment) |
void |
setPath(String path) |
UCMView |
setViewTag(String viewtag) |
UCMView |
start() |
static void |
start(String viewtag) |
String |
toString() |
static boolean |
viewExists(String viewtag) |
createSimpleAttributeType, getAttribute, getAttributes, getAttributes, getAttributes, setAttribute, setAttributepublic static final Pattern rx_view_get_path
public static final Pattern RX_VIEW_ROOT
protected String path
protected String viewtag
protected Stream stream
protected String storageLocation
protected boolean dynamic
public UCMView()
public UCMView(String path)
public boolean exists()
public static boolean viewExists(String viewtag)
public void setPath(String path)
public String getPath()
public String getViewtag()
public void remove()
throws ViewException
ViewExceptionpublic boolean isDynamicView()
public UCMView load() throws ViewException
ViewExceptionpublic String getStorageLocation()
public Stream getStream() throws UnableToInitializeEntityException, CleartoolException, ViewException, IOException
public UCMView end() throws ViewException
ViewExceptionpublic static void end(String viewtag) throws ViewException
ViewExceptionpublic UCMView start() throws ViewException
ViewExceptionpublic static void start(String viewtag) throws ViewException
ViewExceptionpublic static UCMView createViewFromGlobalStoragePath(String tag, String gspath)
public static List<UCMView> getViews() throws CleartoolException
CleartoolExceptionpublic static UCMView getView(String viewTag) throws ViewException
ViewExceptionprotected static void create(String tag, String stgloc, boolean snapshotView, Stream stream) throws ViewException
ViewExceptionpublic static void setActivity(Activity activity, File context, String viewtag, String comment) throws ViewException
ViewExceptionpublic String getFullyQualifiedName()
getFullyQualifiedName in class ClearCaseCopyright © 2016–2018. All rights reserved.