Package 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
Constructors Constructor Description CommandLine(java.lang.String[] args, java.util.Collection flags, java.util.Collection scheme)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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)
-
-