|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ryanm.config.imp.ConfGet
public class ConfGet
Utility class for retrieving a Configurator from an object. Handles the case of an annotated Configurable
| Constructor Summary | |
|---|---|
ConfGet()
|
|
| Method Summary | |
|---|---|
static Configurator |
forPath(java.lang.String path,
Configurator... roots)
Finds the last configurator on a path, in a case-insensitive manner |
static Configurator |
getConfigurator(java.lang.Object o)
Gets a Configurator from the supplied Object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfGet()
| Method Detail |
|---|
public static Configurator getConfigurator(java.lang.Object o)
o - The configurable object
public static Configurator forPath(java.lang.String path,
Configurator... roots)
path - The Configurator pathroots - The roots of the Configurator forest
Configurator, or null if not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||