Uses of Class
com.martiansoftware.jsap.ant.ParserProperty
Packages that use ParserProperty
-
Uses of ParserProperty in com.martiansoftware.jsap.ant
Methods in com.martiansoftware.jsap.ant that return ParserPropertyModifier and TypeMethodDescriptionOptionConfiguration.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 ParserPropertyModifier and TypeMethodDescriptionvoid
OptionConfiguration.addConfiguredProperty
(ParserProperty p) Adds a property to the current list of properties for this option's PropertyStringParser.