|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.lib.FractalHelper
public class FractalHelper
This class provides static method for helping the use of Fractal.
Constructor Summary | |
---|---|
FractalHelper()
|
Method Summary | |
---|---|
static Component |
getSubComponent(Component parent,
java.lang.String path,
org.objectweb.util.monolog.api.Logger logger)
Searches a sub component from a parent and a path in the architecture |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FractalHelper()
Method Detail |
---|
public static Component getSubComponent(Component parent, java.lang.String path, org.objectweb.util.monolog.api.Logger logger) throws NoSuchInterfaceException
parent
- is the root composite componentpath
- is a dotted string representing a path in the architecturelogger
- for the debug of the search
NoSuchInterfaceException
- when a component has no name (no
NameController in fact)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |