public abstract class SystemShellBuiltIn
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
SystemShellBuiltIn.Option |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
help |
protected java.lang.String |
name |
Constructor and Description |
---|
SystemShellBuiltIn() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Console console,
Output output,
Output error,
java.util.Vector<java.lang.String> args)
Used by executeBuiltIn
|
protected abstract void |
execute(Console console,
Output output,
Output error,
java.util.Vector<java.lang.String> args,
java.util.Hashtable<java.lang.String,java.lang.Object> values) |
int |
getMaxArguments() |
int |
getMinArguments() |
SystemShellBuiltIn.Option[] |
getOptions() |
public SystemShellBuiltIn.Option[] getOptions()
public int getMinArguments()
public int getMaxArguments()
public void execute(Console console, Output output, Output error, java.util.Vector<java.lang.String> args)