|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Packages that use InvalidArgumentException | |
|---|---|
| de.mid.innovator.srv | All classes in this package are used for communicating with the Innovator repository server and license server. |
| 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 InvalidArgumentException in de.mid.innovator.srv |
|---|
| Methods in de.mid.innovator.srv that throw InvalidArgumentException | |
|---|---|
void |
ILicensingService.registerProgram(InoProgram.Type progType)
|
| Uses of InvalidArgumentException in de.mid.innovator.ui |
|---|
| Methods in de.mid.innovator.ui that throw InvalidArgumentException | ||
|---|---|---|
boolean |
PropertyProvider.getBooleanProperty(String key)
A property getter for Boolean properties. |
|
Class<?>[] |
PropertyProviderDefault.getClassListProperty(String key)
Gets a list of classes from a given string property. |
|
Class<?>[] |
PropertyProvider.getClassListProperty(String key)
Gets a list of classes from a given string property. |
|
Class<?> |
PropertyProviderDefault.getClassProperty(String key)
A property getter for class properties. |
|
Class<?> |
PropertyProvider.getClassProperty(String key)
A property getter for class properties. |
|
|
PropertyProviderDefault.getEnumProperty(Class<T> cls,
String key)
A property getter for enumeration type. |
|
|
PropertyProvider.getEnumProperty(Class<T> cls,
String key)
A property getter for enumeration type. |
|
File[] |
PropertyProvider.getFileListProperty(String key)
Gets a list of files given with a string property value. |
|
File |
PropertyProvider.getFileProperty(String key)
A property getter for File properties. |
|
String |
InnovatorBatchLoginDefault.getInoHost()
Gets the INOHOST string which determines the license server's IP name and its listener port separated by a colon. |
|
int |
PropertyProviderDefault.getIntegerProperty(String key)
A property getter for integer properties. |
|
int |
PropertyProvider.getIntegerProperty(String key)
A property getter for integer properties. |
|
boolean |
PropertyProvider.getOptionalBooleanProperty(String key)
Tries to invoke PropertyProvider.getBooleanProperty(String) and
returns the given value, otherwise the configured default
value is returned. |
|
Class<?>[] |
PropertyProviderDefault.getOptionalClassListProperty(String key,
Class<?>[] defaultValue)
Invokes getClassListProperty() |
|
Class<?>[] |
PropertyProvider.getOptionalClassListProperty(String key,
Class<?>[] defaultValue)
Invokes getClassListProperty() |
|
Class<?> |
PropertyProviderDefault.getOptionalClassProperty(String key)
Invokes PropertyProviderDefault.getClassProperty(String) |
|
Class<?> |
PropertyProvider.getOptionalClassProperty(String key)
Tries to invoke PropertyProvider.getClassProperty(String) |
|
|
PropertyProviderDefault.getOptionalEnumProperty(Class<T> cls,
String key)
Invokes PropertyProviderDefault.getEnumProperty(Class, String) |
|
|
PropertyProvider.getOptionalEnumProperty(Class<T> cls,
String key)
Tries to invoke PropertyProvider.getEnumProperty(Class, String) |
|
File |
PropertyProvider.getOptionalFileProperty(String key)
Tries to invoke PropertyProvider.getFileProperty(String) |
|
int |
PropertyProviderDefault.getOptionalIntegerProperty(String key)
Invokes getIntegerProperty() |
|
int |
PropertyProvider.getOptionalIntegerProperty(String key)
Invokes getIntegerProperty() |
|
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||