| Modifier and Type | Class and Description |
|---|---|
static class |
Describe.Property |
static class |
Describe.Type |
| Modifier and Type | Field and Description |
|---|---|
static Describe.Property |
activity |
static Describe.Property |
dependsOn |
static Describe.Property |
dependsOnClosure |
static Describe.Property |
initialBaseline |
static Describe.Property |
memberOfClosure |
static Describe.Property |
versions |
| Constructor and Description |
|---|
Describe(String objectSelector) |
Describe(UCMEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Describe |
addModifier(Describe.Property property) |
Describe |
addModifier(Describe.Property property,
boolean commaSeparate) |
Describe |
addModifier(Describe.Property property,
boolean commaSeparate,
boolean extended) |
Map<String,String[]> |
describe()
This method will return a grouped result by property for easier access.
|
Describe |
doAcceptEmpty()
Allow the execution of the
Describe to return null instead of an exception. |
List<String> |
execute() |
String |
executeGetFirstLine() |
String |
executeGetFirstLine(boolean robust) |
String |
getCommand() |
String |
getCommandLine() |
List<String> |
getElements(String string) |
Describe |
getObjectId() |
Map<String,String[]> |
getResults(List<String> elements) |
Describe |
setPath(File path) |
hasSpecialCharacters, hasWhiteSpaces, runCommandpublic static final Describe.Property activity
public static final Describe.Property memberOfClosure
public static final Describe.Property dependsOn
public static final Describe.Property dependsOnClosure
public static final Describe.Property initialBaseline
public static final Describe.Property versions
public Describe(String objectSelector)
public Describe(UCMEntity entity)
public Describe addModifier(Describe.Property property)
public Describe addModifier(Describe.Property property, boolean commaSeparate)
public Describe addModifier(Describe.Property property, boolean commaSeparate, boolean extended)
public Describe getObjectId()
public Describe doAcceptEmpty()
Describe to return null instead of an exception. See FB case 9988.Describe commandpublic List<String> execute() throws CleartoolException
execute in class Command<List<String>>CleartoolExceptionpublic String executeGetFirstLine(boolean robust) throws CleartoolException
CleartoolExceptionpublic String executeGetFirstLine() throws CleartoolException
CleartoolExceptionpublic Map<String,String[]> describe() throws CleartoolException
Describe commandCleartoolException - Thrown when ClearCase reports errorspublic String getCommand()
getCommand in class Command<List<String>>public String getCommandLine()
getCommandLine in class Command<List<String>>Copyright © 2016–2018. All rights reserved.