public class Options extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
arguments |
String |
classpath |
static String |
DISABLE_XML_SECURITY |
String |
encoding |
File |
episodeFile |
File |
targetDir |
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDisableXmlSecurity() |
void |
parseArguments(String[] args) |
public static final String DISABLE_XML_SECURITY
public String classpath
public File targetDir
public File episodeFile
public String encoding
public void parseArguments(String[] args) throws BadCommandLineException
BadCommandLineException
public boolean isDisableXmlSecurity()
Copyright © 2019 Oracle Corporation. All rights reserved.