RT
- The type of command to execute. Example is Describe
public abstract class Command<RT> extends Object
Base implementation of a ClearCase api command.
Constructor and Description |
---|
Command() |
Modifier and Type | Method and Description |
---|---|
abstract RT |
execute() |
abstract String |
getCommand() |
abstract String |
getCommandLine() |
static boolean |
hasSpecialCharacters(String str) |
static boolean |
hasWhiteSpaces(String str) |
protected net.praqma.util.execute.CmdResult |
runCommand() |
protected File root
protected net.praqma.util.execute.CmdResult runCommand() throws CleartoolException
CleartoolException
public abstract RT execute() throws CleartoolException
CleartoolException
public abstract String getCommandLine()
public abstract String getCommand()
public static boolean hasSpecialCharacters(String str)
public static boolean hasWhiteSpaces(String str)
Copyright © 2016–2018. All rights reserved.