| java.lang.Object org.objectweb.speedo.lib.FractalHelper
FractalHelper | public class FractalHelper (Code) | | This class provides static method for helping the use of Fractal.
author: S.Chassande-Barrioz |
getSubComponent | public static Component getSubComponent(Component parent, String path, Logger logger) throws NoSuchInterfaceException(Code) | | Searches a sub component from a parent and a path in the architecture
Parameters: parent - is the root composite component Parameters: path - is a dotted string representing a path in the architecture Parameters: logger - for the debug of the search the component if it has been found, otherwise null. throws: NoSuchInterfaceException - when a component has no name (no NameController in fact) |
|
|