Package | Description |
---|---|
net.praqma.clearcase | |
net.praqma.clearcase.exceptions | |
net.praqma.clearcase.interfaces | |
net.praqma.clearcase.ucm.entities | |
net.praqma.clearcase.util | |
net.praqma.clearcase.util.setup |
Modifier and Type | Method and Description |
---|---|
static PVob |
PVob.create(String name,
String path,
String comment) |
static PVob |
PVob.get(String pvobname) |
PVob |
Environment.getPVob() |
Modifier and Type | Method and Description |
---|---|
static void |
ClearCase.createSimpleAttributeType(String name,
PVob pvob,
boolean replace)
Create an attribute with no possibility of specifying type or range.
|
Modifier and Type | Method and Description |
---|---|
PVob |
UnableToListProjectsException.getPvob() |
Constructor and Description |
---|
UnableToListProjectsException(PVob pvob,
Exception e) |
Modifier and Type | Method and Description |
---|---|
PVob |
StreamContainable.getPVob() |
Modifier and Type | Field and Description |
---|---|
protected PVob |
UCMEntity.pvob |
Modifier and Type | Method and Description |
---|---|
PVob |
UCMEntity.getPVob() |
Modifier and Type | Method and Description |
---|---|
static Folder |
Folder.create(String name,
PVob pvob,
String in,
String comment) |
static Component |
Component.create(String name,
PVob pvob,
String root,
String comment,
File view) |
static Activity |
Activity.create(String name,
Stream in,
PVob pvob,
boolean force,
String comment,
String headline,
File view)
Create an activity.
|
static Project |
Project.create(String name,
String root,
PVob pvob,
int policy,
String comment,
boolean normal,
Component mcomps) |
static Project |
Project.create(String name,
String root,
PVob pvob,
int policy,
String comment,
boolean normal,
List<Component> mcomps)
Create a project.
|
static void |
HyperLink.createType(String typeName,
PVob pvob,
String comment) |
static Folder |
Folder.get(String fqname,
PVob vob) |
static Activity |
Activity.get(String name,
PVob pvob) |
static Baseline |
Baseline.get(String name,
PVob pvob) |
static Project |
Project.get(String name,
PVob pvob) |
static Component |
Component.get(String name,
PVob pvob) |
static Stream |
Stream.get(String name,
PVob pvob) |
static List<Project> |
Project.getProjects(PVob pvob)
|
Modifier and Type | Method and Description |
---|---|
static void |
SetupUtils.tearDown(PVob pvob) |
Modifier and Type | Field and Description |
---|---|
Map<String,PVob> |
EnvironmentParser.Context.pvobs |
Modifier and Type | Method and Description |
---|---|
PVob |
AbstractTask.getPVob(String name) |
Copyright © 2016–2018. All rights reserved.