Interface EfestoComponentRoot
-
- All Superinterfaces:
ComponentRoot
public interface EfestoComponentRoot extends ComponentRoot
Efesto-specific root path of a component.Those are the top-level chidlren of
EfestoAppRoot, the efesto-specific subclass ofAppRoot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends ComponentRoot>
Tget(java.lang.Class<T> providerId)
-
-
-
Method Detail
-
get
<T extends ComponentRoot> T get(java.lang.Class<T> providerId)
-
-