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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]args()File[]filesEndingWith(String ext)String[]getBadOpts()FilegetBaseDir()File[]getFiles()StringgetOpt(String opt)URL[]getURLs()static voidprintLicense()static voidprintVersion()
-
-
-
Constructor Detail
-
CommandLine
public CommandLine(String[] args, Collection flags, Collection scheme)
-
-