public interface ComponentAdapterDependenciesAware<T> extends ComponentAdapter<T>
ComponentAdapter that is aware of its dependencies| Modifier and Type | Method and Description |
|---|---|
Collection<Dependency> |
getCreateDependencies()
Gives the create dependencies of the component
|
Collection<Dependency> |
getInitDependencies()
Gives the initialization dependencies of the component
|
getComponentImplementation, getComponentInstance, getComponentKey, isSingletonCollection<Dependency> getCreateDependencies()
Collection of Dependency objects representing the
dependencies of the component for the creation phaseCollection<Dependency> getInitDependencies()
Collection of Dependency objects representing the
dependencies of the component for the initialization phaseCopyright © 2019 eXo Platform SAS. All Rights Reserved.