org.apache.flume.conf
Class Configurables
java.lang.Object
org.apache.flume.conf.Configurables
public class Configurables
- extends Object
Methods for working with Configurable
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configurables
public Configurables()
configure
public static boolean configure(Object target,
Context context)
- Check that
target
implements Configurable
and, if so, ask
it to configure itself using the supplied context
.
- Parameters:
target
- An object that potentially implements Configurable.context
- The configuration context
- Returns:
- true if
target
implements Configurable, false otherwise.
configure
public static boolean configure(Object target,
ComponentConfiguration conf)
ensureRequiredNonNull
public static void ensureRequiredNonNull(Context context,
String... keys)
ensureOptionalNonNull
public static void ensureOptionalNonNull(Context context,
String... keys)
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.