org.asciidoctor.cli
public class AsciidoctorCliOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MONITOR_OPTION_NAME |
| Constructor and Description |
|---|
AsciidoctorCliOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackend() |
String |
getBaseDir() |
String |
getDestinationDir() |
String |
getDoctype() |
String |
getEruby() |
String |
getOutFile() |
List<String> |
getParameters() |
SafeMode |
getSafeMode() |
List<String> |
getTemplateDir() |
boolean |
isBaseDirOption() |
boolean |
isCompact() |
boolean |
isDestinationDirOption() |
boolean |
isHelp() |
boolean |
isNoHeaderFooter() |
boolean |
isOutFileOption() |
boolean |
isSafe() |
boolean |
isSectionNumbers() |
boolean |
isTemplateDirOption() |
boolean |
isTemplateEngineOption() |
boolean |
isTrace() |
boolean |
isVerbose() |
Options |
parse() |
public static final String MONITOR_OPTION_NAME
public boolean isVerbose()
public String getBackend()
public String getDoctype()
public String getOutFile()
public boolean isOutFileOption()
public boolean isSafe()
public SafeMode getSafeMode()
public boolean isNoHeaderFooter()
public boolean isSectionNumbers()
public String getEruby()
public boolean isCompact()
public boolean isTemplateDirOption()
public String getBaseDir()
public boolean isBaseDirOption()
public String getDestinationDir()
public boolean isDestinationDirOption()
public boolean isTemplateEngineOption()
public boolean isTrace()
public boolean isHelp()
public Options parse()
Copyright © 2013. All Rights Reserved.