public class ValidateUtils extends Object
ValidateUtils class.
| Constructor and Description |
|---|
ValidateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.cli.Options |
getCliOptions()
Getter for the field
cliOptions. |
static RDFUnitConfiguration |
getConfigurationFromArguments(org.apache.commons.cli.CommandLine commandLine)
getConfigurationFromArguments.
|
static org.apache.commons.cli.CommandLine |
parseArguments(String[] args)
parseArguments.
|
public static org.apache.commons.cli.Options getCliOptions()
Getter for the field cliOptions.
Options object.public static org.apache.commons.cli.CommandLine parseArguments(String[] args) throws org.apache.commons.cli.ParseException
parseArguments.
args - an array of String objects.CommandLine object.org.apache.commons.cli.ParseException - if any.public static RDFUnitConfiguration getConfigurationFromArguments(org.apache.commons.cli.CommandLine commandLine) throws ParameterException
getConfigurationFromArguments.
commandLine - a CommandLine object.RDFUnitConfiguration object.ParameterException - if any.Copyright © 2015. All rights reserved.