Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.jconfig.mac.AppCommandMRJ
Summary |
abstract class AppCommandMRJ extends java.lang.Object implements com.jconfig.AppCommand { // Fields 1 private static final String copyrightString; // Constructors 1 AppCommandMRJ(); // Methods 12 public void addArg(Object); public abstract String asString(); public void clearArgs(); public void dumpInfo(PrintStream, String); public Object getArg(int); public abstract String getCommand(); public int getMaxNumArgs(); public int getNumArgs(); public Class[] getPermissibleArgumentType(int); public boolean isNumArgsUnlimited(); public boolean isSingleInstanceCapable(); public abstract AppCommand redup(); }
This is the superclass for the default MRJ AppCommand's.
Cross Reference |
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
Constructors |
· AppCommandMRJ | Summary | Top |
AppCommandMRJ()
Methods |
· getCommand | Summary | Top |
public abstract String getCommand()
- Implements:
- getCommand in interface AppCommand
· asString | Summary | Top |
public abstract String asString()
- Implements:
- asString in interface AppCommand
· redup | Summary | Top |
public abstract AppCommand redup()
- Implements:
- redup in interface AppCommand
· getMaxNumArgs | Summary | Top |
public int getMaxNumArgs()
Always returns 0.
- Implements:
- getMaxNumArgs in interface AppCommand
· addArg | Summary | Top |
public void addArg(Object arg)
Does nothing.
- Implements:
- addArg in interface AppCommand
· getNumArgs | Summary | Top |
public int getNumArgs()
Always returns 0.
- Implements:
- getNumArgs in interface AppCommand
· clearArgs | Summary | Top |
public void clearArgs()
Does nothing.
- Implements:
- clearArgs in interface AppCommand
· getPermissibleArgumentType | Summary | Top |
public Class[] getPermissibleArgumentType(int position)
Always returns null.
- Implements:
- getPermissibleArgumentType in interface AppCommand
· getArg | Summary | Top |
public Object getArg(int which)
Always returns null.
- Implements:
- getArg in interface AppCommand
· isNumArgsUnlimited | Summary | Top |
public boolean isNumArgsUnlimited()
Always returns true.
- Implements:
- isNumArgsUnlimited in interface AppCommand
· isSingleInstanceCapable | Summary | Top |
public boolean isSingleInstanceCapable()
Always returns true.
- Implements:
- isSingleInstanceCapable in interface AppCommand
· dumpInfo | Summary | Top |
public void dumpInfo(PrintStream ps, String indent)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7