| Package | Description |
|---|---|
| org.apache.isis.core.commons.config |
Defines the
IsisConfiguration
which collects an immutable set of configuration options (like a hashmap),
along with a number of supporting classes. |
| Modifier and Type | Method and Description |
|---|---|
static NotFoundPolicy |
NotFoundPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotFoundPolicy[] |
NotFoundPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IsisConfigurationBuilderResourceStreams.addConfigurationResource(String configurationResource,
NotFoundPolicy notFoundPolicy)
Registers the configuration resource (usually, a file) with the specified
name from the first
ResourceStreamSource available. |
void |
IsisConfigurationBuilder.addConfigurationResource(String installerName,
NotFoundPolicy notFoundPolicy) |
protected void |
IsisConfigurationBuilderResourceStreams.loadConfigurationResource(IsisConfigurationDefault configuration,
String configurationResource,
NotFoundPolicy notFoundPolicy)
Loads the configuration resource (usually, a file) with the specified
name from the first
ResourceStreamSource available. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.