Package gov.nasa.pds.validate.ri
Class CommandLineInterface
- java.lang.Object
-
- gov.nasa.pds.validate.ri.CommandLineInterface
-
public class CommandLineInterface extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getBroken()
long
getTotal()
void
help()
int
process(String[] args)
-
-
-
Method Detail
-
help
public void help()
-
process
public int process(String[] args) throws IOException, org.apache.commons.cli.ParseException, ParserConfigurationException, SAXException
- Throws:
IOException
org.apache.commons.cli.ParseException
ParserConfigurationException
SAXException
-
getBroken
public long getBroken()
-
getTotal
public long getTotal()
-
-