Package | Description |
---|---|
org.forgerock.commons.launcher | |
org.forgerock.json.fluent |
Modifier and Type | Method and Description |
---|---|
JsonValue |
OSGiFrameworkService.getLauncherConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
OSGiFrameworkService.loadBootProperties(JsonValue configuration,
URI projectDirectory)
Loads the boot properties in the configuration property file associated
with the framework installation; these properties are accessible to the
framework and to bundles and are intended for configuration purposes.
|
protected Map<String,String> |
OSGiFrameworkService.loadConfigProperties(JsonValue configuration,
URI projectDirectory)
Loads the configuration properties in the configuration property file
associated with the framework installation; these properties are
accessible to the framework and to bundles and are intended for
configuration purposes.
|
protected void |
OSGiFrameworkService.loadSystemProperties(JsonValue configuration,
URI projectDirectory)
Loads the properties in the system property file associated with the
framework installation into System.setProperty().
|
static BundleHandlerBuilder |
BundleHandlerBuilder.newBuilder(JsonValue configuration) |
static BundleHandlerBuilder |
BundleHandlerBuilder.newBuilder(JsonValue configuration,
BundleHandlerBuilder defaultTo) |
void |
OSGiFrameworkService.setLauncherConfiguration(JsonValue launcherConfiguration) |
Modifier and Type | Method and Description |
---|---|
JsonValue |
JsonValue.add(String key,
Object object)
Adds the specified value.
|
JsonValue |
JsonValue.clone()
Returns a shallow copy of this JSON value.
|
JsonValue |
JsonValue.copy()
Returns a deep copy of this JSON value.
|
JsonValue |
JsonValue.defaultTo(Object object)
Defaults the JSON value to the specified value if it is currently
null . |
JsonValue |
JsonValue.expect(Class<?> type)
Called to enforce that the JSON value is of a particular type.
|
JsonValue |
JsonValue.get(int index)
Returns the specified child value.
|
JsonValue |
JsonValue.get(JsonPointer pointer)
Returns the specified child value with a pointer, relative to this value as root.
|
JsonValue |
JsonValue.get(String key)
Returns the specified item value.
|
JsonValue |
JsonValueException.getJsonValue()
Returns the JSON value for which the exception was thrown.
|
JsonValue |
JsonValue.required()
Throws a
JsonValueException if the JSON value is null . |
JsonValue |
JsonValueWrapper.unwrap()
TODO: Description.
|
JsonValue |
JsonValueMap.unwrap() |
JsonValue |
JsonValueList.unwrap() |
Modifier and Type | Method and Description |
---|---|
Iterator<JsonValue> |
JsonValue.iterator()
Returns an iterator over the child values that this JSON value contains.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonTransformer.transform(JsonValue value)
Performs the transformation of the specified JSON value.
|
Constructor and Description |
---|
JsonValueException(JsonValue value)
Constructs a new exception with the specified JSON value and
null as its
detail message. |
JsonValueException(JsonValue value,
String message)
Constructs a new exception with the specified JSON value and detail message.
|
JsonValueException(JsonValue value,
String message,
Throwable cause)
Constructs a new exception with the specified JSON value, detail message and cause.
|
JsonValueException(JsonValue value,
Throwable cause)
Constructs a new exception with the specified JSON value and cause.
|
JsonValueList(JsonValue jsonValue)
TODO: Description.
|
JsonValueMap(JsonValue jsonValue)
TODO: Description.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.