Uses of Interface
de.mid.innovator.ui.PropertyProvider
-
Packages that use PropertyProvider 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 PropertyProvider in de.mid.innovator.ui
Classes in de.mid.innovator.ui that implement PropertyProvider Modifier and Type Class Description class
PropertyProviderDefault
The class is a default implementation of thePropertyProvider
interface which can be used to unify command line arguments and system properties.Methods in de.mid.innovator.ui that return PropertyProvider Modifier and Type Method Description protected PropertyProvider
InnovatorApplicationDefault. getPropertyProvider()
Gets the property provider.Constructors in de.mid.innovator.ui with parameters of type PropertyProvider Constructor Description InnovatorBatchLoginDefault(PropertyProvider propProvider)
Creates a BatchLoginDefault object which uses the given PropertyProvider.
-