Package | Description |
---|---|
jadex.bridge.service.types.settings | |
jadex.commons |
This package contains generic utility classes.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Properties> |
ISettingsService.getProperties(String id)
Get the properties for a given id.
|
IFuture<Properties> |
ISettingsService.loadProperties()
Load the default platform properties.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
ISettingsService.setProperties(String id,
Properties props)
Set the properties for a given id.
|
Modifier and Type | Method and Description |
---|---|
Properties[] |
Properties.getSubproperties()
Get all subproperties.
|
static Properties[] |
Properties.getSubproperties(Properties[] props,
String type)
Get subproperties by type.
|
Properties[] |
Properties.getSubproperties(String type)
Get subproperties by type.
|
Properties |
Properties.getSubproperty(String type)
Get a properties by type.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Properties> |
IPropertiesProvider.getProperties()
Write current state into properties.
|
Modifier and Type | Method and Description |
---|---|
void |
Properties.addProperties(Properties toadd)
Add the complete content of another properties.
|
void |
Properties.addSubproperties(Properties props)
Add subproperties to this properties.
|
void |
Properties.addSubproperties(String type,
Properties subproperties)
Add a subproperties to a properties.
|
static boolean |
Properties.getBooleanProperty(Properties[] props,
String type)
Get a boolean property.
|
static int |
Properties.getIntProperty(Properties[] props,
String type)
Get an int property.
|
static Property |
Properties.getLatestProperty(Properties[] props,
String type)
Get the latest property by type.
|
static long |
Properties.getLongProperty(Properties[] props,
String type)
Get a long property.
|
static Property[] |
Properties.getProperties(Properties[] props,
String type)
Get properties by type.
|
static String |
Properties.getStringProperty(Properties[] props,
String type)
Get a string property.
|
static Properties[] |
Properties.getSubproperties(Properties[] props,
String type)
Get subproperties by type.
|
IFuture<Void> |
IPropertiesProvider.setProperties(Properties props)
Update from given properties.
|
void |
Properties.setSubproperties(Properties[] subproperties)
Set the subproperties.
|
Copyright © 2012. All Rights Reserved.