Uses of Class
com.martiansoftware.jsap.ant.ParserProperty
-
Packages that use ParserProperty Package Description com.martiansoftware.jsap.ant -
-
Uses of ParserProperty in com.martiansoftware.jsap.ant
Methods in com.martiansoftware.jsap.ant that return ParserProperty Modifier and Type Method Description ParserProperty[]
OptionConfiguration. getParserProperties()
Returns an array of ParserProperties for this option's PropertyStringParser, or null if no ParserProperties are defined.Methods in com.martiansoftware.jsap.ant with parameters of type ParserProperty Modifier and Type Method Description void
OptionConfiguration. addConfiguredProperty(ParserProperty p)
Adds a property to the current list of properties for this option's PropertyStringParser.
-