| 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 |
|---|---|
List<Class<? extends AbstractJavaProperty>> |
AbstractJavaProperty.getDependencyList()
Method returns a list with properties where this property depends on.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractJavaProperty.compareTo(AbstractJavaProperty o) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJavaProperty.registerDependingProperty(Class<? extends AbstractJavaProperty> dependency) |
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 |
AbstractJPList<VALUE> |
class |
AbstractJPListString |
class |
AbstractJPLong |
class |
AbstractJPMap<KEY,VALUE> |
class |
AbstractJPMapStringString |
class |
AbstractJPMethod<C> |
class |
AbstractJPString |
class |
AbstractJPTime |
class |
JPDebugMode |
class |
JPForce |
class |
JPHelp |
class |
JPInitialize |
class |
JPLocalUserPrefix |
class |
JPLogLevel |
class |
JPPrefix |
class |
JPPropertyFile |
class |
JPReadOnly |
class |
JPReset |
class |
JPShareDirectory |
class |
JPShowGUI |
class |
JPTestMode |
class |
JPTmpDirectory |
class |
JPUsrDirectory |
class |
JPVarDirectory |
class |
JPVerbose |
class |
JPVisualDebugMode |
Copyright © 2014–2018 openbase.org. All rights reserved.