org.xwiki.component.descriptor
Interface ComponentDescriptor<T>
- All Superinterfaces:
- ComponentRole<T>
- All Known Implementing Classes:
- DefaultComponentDescriptor
public interface ComponentDescriptor<T>
- extends ComponentRole<T>
Represent a component.
- Since:
- 1.7M1
- Version:
- $Id$
getImplementation
java.lang.Class<? extends T> getImplementation()
getInstantiationStrategy
ComponentInstantiationStrategy getInstantiationStrategy()
getComponentDependencies
java.util.Collection<ComponentDependency<?>> getComponentDependencies()
Copyright © 2004-2011 XWiki. All Rights Reserved.