public class DocumentrPluginExtension extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_NAME_DOCUMENTR_DEFAULT_JSON |
static String |
FILE_NAME_DOCUMENTR_JSON |
| Constructor and Description |
|---|
DocumentrPluginExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory()
Return the directory that the documentr plugin looks for the 'documentr.json'
file, by default this is the current working directory
|
String |
getDocumentrFile()
Get the documentr file name to be parsed (by default this is 'documentr.json'
|
String |
getExtension()
Get the output extension, by default this is .md
|
boolean |
getVerbose()
Get whether there should be verbose output
|
void |
setDirectory(String directory)
Set the directory that the 'documentr.json' file resides in
|
void |
setDocumentrFile(String documentrFile)
Set the file name to be parsed
|
void |
setExtension(String extension)
Set the extension for the output of the file
|
void |
setVerbose(boolean verbose)
Set whether to have verbose output from documentr
|
public static final String FILE_NAME_DOCUMENTR_JSON
public static final String FILE_NAME_DOCUMENTR_DEFAULT_JSON
public String getDirectory()
public void setDirectory(String directory)
directory - the directory that the 'documentr.json' file resides inpublic boolean getVerbose()
public void setVerbose(boolean verbose)
verbose - whether to output verbose informationpublic String getExtension()
public void setExtension(String extension)
extension - the extension for the output of the filepublic String getDocumentrFile()
public void setDocumentrFile(String documentrFile)
documentrFile - the file name to be parsed