gw.gosudoc.cli.CommandLineOptions.gs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gosu-doc Show documentation
Show all versions of gosu-doc Show documentation
Generates Javadoc-compatible documentation for Gosu projects
package gw.gosudoc.cli
uses gw.internal.ext.com.beust.jcommander.IParameterValidator
uses gw.internal.ext.com.beust.jcommander.ParameterException
uses gw.internal.ext.com.beust.jcommander.Parameter
uses java.io.File
class CommandLineOptions {
@Parameter(:names = { "-externalDocs" }, :description = "List of external documents", :variableArity = true)
var _externalDocs : List
property get ExternalDocs() : List {
return _externalDocs
}
@Parameter(:names = { "-filters" }, :description = "List of filters", :variableArity = true)
var _filters : List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy