public class Vob extends ClearCase implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected boolean |
projectVob |
static String |
rx_tag_format |
static Pattern |
rx_vob_get_path |
protected String |
storageLocation |
rx_attr_find| Modifier and Type | Method and Description |
|---|---|
static Vob |
create(String name,
boolean UCMProject,
String path,
String comment) |
static Vob |
create(String name,
String path,
String comment) |
boolean |
equals(Object other) |
static Vob |
get(String vobname) |
String |
getFullyQualifiedName() |
String |
getName() |
String |
getStorageLocation() |
int |
hashCode() |
boolean |
isProjectVob() |
static boolean |
isValidTag(String tag) |
static boolean |
isVob(File context) |
static List<Vob> |
list(boolean ucmvobs) |
void |
load() |
void |
mount() |
void |
remove() |
void |
remove(boolean unmount) |
void |
setIsProjectVob(boolean pvob) |
void |
setStorageLocation(String storageLocation) |
String |
toString() |
void |
unmount() |
createSimpleAttributeType, getAttribute, getAttributes, getAttributes, getAttributes, setAttribute, setAttributepublic static final Pattern rx_vob_get_path
protected String name
protected boolean projectVob
protected String storageLocation
public static final String rx_tag_format
public Vob(String name)
public static boolean isValidTag(String tag)
public void load()
throws CleartoolException
CleartoolExceptionpublic void mount()
throws NotMountedException
NotMountedExceptionpublic void unmount()
throws CleartoolException
CleartoolExceptionpublic void setStorageLocation(String storageLocation)
public String getStorageLocation()
public void setIsProjectVob(boolean pvob)
public boolean isProjectVob()
public String getName()
public static Vob create(String name, String path, String comment) throws CleartoolException, EntityAlreadyExistsException
public static Vob create(String name, boolean UCMProject, String path, String comment) throws CleartoolException, EntityAlreadyExistsException
public void remove()
throws CleartoolException
CleartoolExceptionpublic void remove(boolean unmount)
throws CleartoolException
CleartoolExceptionpublic static boolean isVob(File context)
public String getFullyQualifiedName()
getFullyQualifiedName in class ClearCaseCopyright © 2016–2018. All rights reserved.