|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleDefinition
Defines a module of a RegistryDefinition
.
A module has its own namespace in which configuration points and service
points are defined.
It can provide extension to extension points in other modules.
Method Summary | |
---|---|
ClassResolver |
getClassResolver()
|
java.util.Collection |
getConfigurationParsers()
|
ConfigurationPointDefinition |
getConfigurationPoint(java.lang.String id)
Returns a configuration point that is identified by its id. |
java.util.Collection |
getConfigurationPoints()
|
java.util.Collection |
getContributions()
|
java.util.Collection |
getDependencies()
|
java.lang.String |
getId()
|
java.util.Collection |
getImplementations()
|
java.util.Collection |
getInterceptors()
|
Location |
getLocation()
|
java.lang.String |
getPackageName()
Returns the name of the package to search for class names within. |
ServicePointDefinition |
getServicePoint(java.lang.String id)
Returns a service point that is identified by its id. |
java.util.Collection |
getServicePoints()
|
Method Detail |
---|
java.lang.String getId()
ClassResolver getClassResolver()
ClassResolver
used to resolve all classes referenced from
elements inside this module.Location getLocation()
java.lang.String getPackageName()
ServicePointDefinition getServicePoint(java.lang.String id)
id
- the service point id (unqualified, without module id)
java.util.Collection getServicePoints()
service points
defined in this moduleConfigurationPointDefinition getConfigurationPoint(java.lang.String id)
id
- the configuration point id (unqualified, without module id)
java.util.Collection getConfigurationPoints()
configuration points
defined in this modulejava.util.Collection getDependencies()
java.util.Collection getImplementations()
implementations
contained in this modulejava.util.Collection getInterceptors()
interceptors
contained in this modulejava.util.Collection getContributions()
contributions
contained in this module.java.util.Collection getConfigurationParsers()
parsers
contained in this module
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |