boolean |
AbstractProductDerivation.afterSpecificationSet(Configuration conf) |
|
boolean |
ProductDerivation.afterSpecificationSet(Configuration conf) |
Called after the specification has been set.
|
static void |
ProductDerivations.afterSpecificationSet(Configuration conf) |
|
static void |
ProductDerivations.beforeClose(Configuration conf) |
Called as the first step of a Configuration's close() method.
|
void |
AbstractProductDerivation.beforeConfigurationClose(Configuration conf) |
|
void |
ProductDerivation.beforeConfigurationClose(Configuration conf) |
Called before the given Configuration is closed.
|
boolean |
AbstractProductDerivation.beforeConfigurationLoad(Configuration conf) |
|
boolean |
ProductDerivation.beforeConfigurationLoad(Configuration conf) |
Provides the instance with the opportunity to mutate
conf before the user configuration is applied.
|
static void |
ProductDerivations.beforeConfigurationLoad(Configuration conf) |
|
Object |
ObjectValue.configure(Object obj,
Configuration conf) |
Configure the given object.
|
Object |
ObjectValue.configure(Object obj,
Configuration conf,
boolean fatal) |
Configure the given object.
|
Object |
PluginValue.configure(Object obj,
Configuration conf,
boolean fatal) |
Configure the given object.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
String properties) |
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
String properties,
String configurationName) |
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
Properties properties) |
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
Properties properties,
String configurationName) |
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
Object |
ObjectValue.instantiate(Class<?> type,
Configuration conf) |
Instantiate the object as an instance of the given class.
|
Object |
ObjectValue.instantiate(Class<?> type,
Configuration conf,
boolean fatal) |
Instantiate the object as an instance of the given class.
|
Object |
PluginListValue.instantiate(Class<?> elemType,
Configuration conf,
boolean fatal) |
Instantiate the plugins as instances of the given class.
|
Object |
PluginValue.instantiate(Class<?> type,
Configuration conf,
boolean fatal) |
Instantiate the plugin as an instance of the given class.
|
static Object |
Configurations.newInstance(String clsName,
Configuration conf,
String props,
ClassLoader loader) |
Create and configure an instance with the given class name and
properties as a String.
|
static Object |
Configurations.newInstance(String clsName,
Configuration conf,
Properties props,
ClassLoader loader) |
Create and configure an instance with the given class name and
properties.
|
Object |
ObjectValue.newInstance(String clsName,
Class<?> type,
Configuration conf,
boolean fatal) |
Allow subclasses to instantiate additional plugins.
|
static void |
Configurations.populateConfiguration(Configuration conf,
Options opts) |
Set the given Configuration instance from the command line
options provided.
|
void |
Configurable.setConfiguration(Configuration conf) |
Invoked prior to setting bean properties.
|
void |
ConfigurationProvider.setInto(Configuration conf) |
Set loaded information into the given configuration.
|
void |
MapConfigurationProvider.setInto(Configuration conf) |
|
protected void |
MapConfigurationProvider.setInto(Configuration conf,
Log log) |
Set properties into configuration.
|