Uses of Class
de.mid.innovator.ui.UnknownArgumentException
Packages that use UnknownArgumentException
Package
Description
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 UnknownArgumentExceptionModifier and TypeMethodDescriptionvoidPropertyProvider.InitWithCommandLineArguments(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.voidPropertyProviderDefault.InitWithCommandLineArguments(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 UnknownArgumentExceptionModifierConstructorDescriptionInnovatorBatchLoginDefault(String[] args) Creates a BatchLoginDefault instance with its own (private) PropertyProvider and initializes it with the command line arguments.