Package io.github.sandydunlop.markista.doclet
Class MarkdownDoclet.Option
java.lang.Object
io.github.sandydunlop.markista.doclet.MarkdownDoclet.Option
All Implemented Interfaces:
Doclet.Option
Enclosing Class:
MarkdownDoclet
Subtypes for specific options should implement the process method to handle instances of the option found on the command line.
Field Summary
Modifier and Type | Field | Description |
---|---|---|
private final String | parameters | |
private final String | name | |
private final boolean | hasArg | |
private final String | description |
Constructor Summary
Constructor | Description |
---|---|
MarkdownDoclet.Option(String name, boolean hasArg, String description, String parameters) |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
String | getParameters() | |
List<String> | getNames() | |
Doclet.Option.Kind | getKind() | |
String | getDescription() | |
int | getArgumentCount() |
Method Details
getParameters
String getParameters()
getNames
List<String> getNames()
getKind
Doclet.Option.Kind getKind()
getDescription
String getDescription()
getArgumentCount
int getArgumentCount()