Package org.apache.xmlbeans.impl.tool
Class CommandLine
java.lang.Object
org.apache.xmlbeans.impl.tool.CommandLine
public class CommandLine extends Object
-
Constructor Summary
Constructors Constructor Description CommandLine(String[] args, Collection flags, Collection scheme)
-
Method Summary
Modifier and Type Method Description String[]
args()
File[]
filesEndingWith(String ext)
String[]
getBadOpts()
File
getBaseDir()
File[]
getFiles()
String
getOpt(String opt)
URL[]
getURLs()
static void
printLicense()
static void
printVersion()
-
Constructor Details
-
Method Details
-
printLicense
public static void printLicense() -
printVersion
public static void printVersion() -
args
-
getBadOpts
-
getOpt
-
getURLs
-
getFiles
-
getBaseDir
-
filesEndingWith
-