| Package | Description |
|---|---|
| org.openbase.jps.core | |
| org.openbase.jps.exception | |
| org.openbase.jps.preset |
| Modifier and Type | Method and Description |
|---|---|
static <C extends AbstractJavaProperty> |
JPService.getProperty(Class<C> propertyClass)
Returns the current value of the given property line class.
|
static <V,C extends AbstractJavaProperty<V>> |
JPService.overwriteDefaultValue(Class<C> propertyClass,
V defaultValue)
Overwrites the default value of the given property without displaying the property in the help overview, For overwriting a regular property default value, use the property registration method
instead.
|
static <V,C extends AbstractJavaProperty<V>> |
JPService.registerProperty(Class<C> propertyClass,
V defaultValue)
Register the given property and overwrite the default value of the given one.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractJavaProperty.compareTo(AbstractJavaProperty o) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JPService.registerProperty(Class<? extends AbstractJavaProperty> propertyClass)
Register new property.
|
| Constructor and Description |
|---|
JPNotAvailableException(Class<? extends AbstractJavaProperty> propertyClass,
Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJPBoolean |
class |
AbstractJPClass<C> |
class |
AbstractJPDirectory |
class |
AbstractJPDouble |
class |
AbstractJPEnum<E extends Enum<E>> |
class |
AbstractJPFile |
class |
AbstractJPFloat |
class |
AbstractJPInteger |
class |
AbstractJPLong |
class |
AbstractJPMap<KEY,VALUE> |
class |
AbstractJPMapStringString |
class |
AbstractJPMethod<C> |
class |
AbstractJPString |
class |
JPDebugMode |
class |
JPForce |
class |
JPHelp |
class |
JPLocalUserPrefix |
class |
JPPrefix |
class |
JPPropertyFile |
class |
JPReadOnly |
class |
JPShareDirectory |
class |
JPShowGUI |
class |
JPTestMode |
class |
JPTmpDirectory |
class |
JPVarDirectory |
class |
JPVerbose |
class |
JPVisualDebugMode |
Copyright © 2014–2016 openbase.org. All rights reserved.