public final class RepoDelete extends Command
| Constructor and Description |
|---|
RepoDelete(java.lang.String p,
InputInfo i)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandBuilder cb)
Builds a string representation from the command.
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
close, error, execute, execute, getOption, getOption, info, info, newData, pinned, result, run, setInput, setInput, stoppable, supportsProg, toString, updated, updatingpublic RepoDelete(java.lang.String p,
InputInfo i)
p - packagei - input infoprotected boolean run()
throws java.io.IOException
Commandpublic void build(CommandBuilder cb)
Command