public class Options extends Object
Modifier and Type | Field | Description |
---|---|---|
List<String> |
arguments |
|
String |
classpath |
|
static String |
DISABLE_XML_SECURITY |
|
String |
encoding |
|
File |
episodeFile |
|
File |
targetDir |
Constructor | Description |
---|---|
Options() |
Modifier and Type | Method | 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 © 2018 Oracle Corporation. All rights reserved.