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, setAttribute
public 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
ViewException
public boolean isDynamicView()
public UCMView load() throws ViewException
ViewException
public String getStorageLocation()
public Stream getStream() throws UnableToInitializeEntityException, CleartoolException, ViewException, IOException
public UCMView end() throws ViewException
ViewException
public static void end(String viewtag) throws ViewException
ViewException
public UCMView start() throws ViewException
ViewException
public static void start(String viewtag) throws ViewException
ViewException
public static UCMView createViewFromGlobalStoragePath(String tag, String gspath)
public static List<UCMView> getViews() throws CleartoolException
CleartoolException
public static UCMView getView(String viewTag) throws ViewException
ViewException
protected static void create(String tag, String stgloc, boolean snapshotView, Stream stream) throws ViewException
ViewException
public static void setActivity(Activity activity, File context, String viewtag, String comment) throws ViewException
ViewException
public String getFullyQualifiedName()
getFullyQualifiedName
in class ClearCase
Copyright © 2016–2018. All rights reserved.