Uses of Class
com.martiansoftware.jsap.IDMap
Packages that use IDMap
-
Uses of IDMap in com.martiansoftware.jsap
Methods in com.martiansoftware.jsap that return IDMapModifier and TypeMethodDescriptionJSAP.getIDMap()
Returns an IDMap associating long and short flags with their associated parameters' IDs, and allowing the listing of IDs.Methods in com.martiansoftware.jsap with parameters of type IDMapModifier and TypeMethodDescriptionDefaultSource.getDefaults
(IDMap idMap, ExceptionMap exceptionMap) Returns a set of default values given the configuration described by the specified IDMap. -
Uses of IDMap in com.martiansoftware.jsap.defaultsources
Methods in com.martiansoftware.jsap.defaultsources with parameters of type IDMapModifier and TypeMethodDescriptionPropertyDefaultSource.getDefaults
(IDMap idMap, ExceptionMap exceptionMap) Returns a Defaults object based upon this PropertyDefaultSource's properties and the specified IDMap.