org.apache.xmlbeans.impl.tool
Class CommandLine
java.lang.Object
org.apache.xmlbeans.impl.tool.CommandLine
public class CommandLine
- extends java.lang.Object
Constructor Summary |
CommandLine(java.lang.String[] args,
java.util.Collection flags,
java.util.Collection scheme)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLine
public CommandLine(java.lang.String[] args,
java.util.Collection flags,
java.util.Collection scheme)
printLicense
public static void printLicense()
printVersion
public static void printVersion()
args
public java.lang.String[] args()
getBadOpts
public java.lang.String[] getBadOpts()
getOpt
public java.lang.String getOpt(java.lang.String opt)
getURLs
public java.net.URL[] getURLs()
getFiles
public java.io.File[] getFiles()
getBaseDir
public java.io.File getBaseDir()
filesEndingWith
public java.io.File[] filesEndingWith(java.lang.String ext)