public abstract class Command<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
cmd |
protected List<String> |
cmdList |
protected boolean |
ignore |
protected boolean |
merge |
protected File |
path |
protected net.praqma.util.execute.CmdResult |
result |
Constructor and Description |
---|
Command() |
Modifier and Type | Method and Description |
---|---|
boolean |
doIgnore() |
boolean |
doMerge() |
Command<T> |
execute() |
abstract T |
get() |
String |
getCommand() |
File |
getPath() |
Command<T> |
setIgnore(boolean ignore) |
Command<T> |
setMerge(boolean merge) |
Command<T> |
setPath(File path) |
protected StringBuilder cmd
protected File path
protected boolean merge
protected boolean ignore
protected net.praqma.util.execute.CmdResult result
Copyright © 2016–2018. All rights reserved.