org.apache.xmlbeans.impl.tool
Class CommandLine

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String[] args()
           
 java.io.File[] filesEndingWith(java.lang.String ext)
           
 java.lang.String[] getBadOpts()
           
 java.io.File getBaseDir()
           
 java.io.File[] getFiles()
           
 java.lang.String getOpt(java.lang.String opt)
           
 java.net.URL[] getURLs()
           
static void printLicense()
           
static void printVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLine

public CommandLine(java.lang.String[] args,
                   java.util.Collection flags,
                   java.util.Collection scheme)
Method Detail

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)