Uses of Class
de.mid.innovator.ui.UnknownArgumentException
-
Packages that use UnknownArgumentException Package Description de.mid.innovator.ui The classes in this package can be used to provide transparent user interfaces with a standard mechanism for supporting command line arguments or Java properties. -
-
Uses of UnknownArgumentException in de.mid.innovator.ui
Methods in de.mid.innovator.ui that throw UnknownArgumentException Modifier and Type Method Description void
PropertyProvider. InitWithCommandLineArguments(java.lang.String[] args)
Initializes the property provider with an array of command line argument strings, checks the given values against the configuration and prepares the values for use with the typed getter methods.void
PropertyProviderDefault. InitWithCommandLineArguments(java.lang.String[] commandLineArguments)
Initializes the property provider with a wide array of command line argument strings, checks the given values against the configuration and prepares the values for use with the typed getter methods.Constructors in de.mid.innovator.ui that throw UnknownArgumentException Constructor Description InnovatorBatchLoginDefault(java.lang.String[] args)
Creates a BatchLoginDefault instance with its own (private) PropertyProvider and initializes it with the command line arguments.
-