public class HtmlConfiguration extends Object
Constructor and Description |
---|
HtmlConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getSourceFile()
Gets the top-level RAML source file.
|
String |
getTargetDir()
Gets the target directory for generated HTML.
|
String |
getTemplateDir()
Gets the directory with Trimou templates for the HTML generator.
|
String |
getWebResourceDir()
Gets the directory with additional web resources for the HTML generator.
|
void |
setSourceFile(String sourceFile)
Sets the top-level RAML source file.
|
void |
setTargetDir(String targetDir)
Sets the target directory.
|
void |
setTemplateDir(String templateDir)
Sets the template directory.
|
void |
setWebResourceDir(String webResourceDir)
Sets the web resource directory.
|
public String getSourceFile()
public void setSourceFile(String sourceFile)
sourceFile
- RAML source filepublic String getTargetDir()
public void setTargetDir(String targetDir)
targetDir
- target directorypublic String getTemplateDir()
public void setTemplateDir(String templateDir)
templateDir
- template directorypublic String getWebResourceDir()
public void setWebResourceDir(String webResourceDir)
webResourceDir
- web resource directoryCopyright © 2016–2017 OPS4J - Open Participation Software for Java. All rights reserved.