com.ibm.wsspi.anno.classsource
Uses of Interface ClassSource
Packages that use ClassSource
Package | Description |
---|---|
com.ibm.wsspi.anno.classsource | |
com.ibm.wsspi.anno.targets |
Uses of ClassSource in com.ibm.wsspi.anno.classsource
Modifier and Type | Interface and Description |
---|---|
|
ClassSource_Aggregate
Aggregator of class sources.
|
|
ClassSource_ClassLoader
|
|
ClassSource_MappedContainer
|
|
ClassSource_MappedDirectory
|
|
ClassSource_MappedJar
|
|
ClassSource_MappedSimple
Simplified API for new class source type.
|
Modifier and Type | Method and Description |
---|---|
ClassSource_Aggregate.getFirstSuccess(java.lang.String resourceName)
|
|
ClassSource.getParentSource()
Answer the parent of this class source.
|
Modifier and Type | Method and Description |
---|---|
|
ClassSource_Aggregate.getClassSources()
Answer the entire list of class sources of this aggregate.
|
|
ClassSource_Aggregate.getClassSources(ClassSource_Aggregate.ScanPolicy scanPolicy)
Answer the subset of class sources which have the specified scan policy.
|
|
ClassSource_Aggregate.getExcludedClassSources()
Answer the subset of excluded class sources of this aggregate.
|
|
ClassSource_Aggregate.getExternalClassSources()
Answer the subset of external class sources of this aggregate.
|
|
ClassSource_Aggregate.getFirstSuccesses()
|
|
ClassSource_Aggregate.getPartialClassSources()
Answer the subset of partial class sources of this aggregate.
|
|
ClassSource_Aggregate.getSeedClassSources()
Answer the subset of seed class sources of this aggregate.
|
Modifier and Type | Method and Description |
---|---|
|
ClassSource_Aggregate.addClassSource(ClassSource classSource)
Main API to add new class sources.
|
|
ClassSource_Aggregate.addClassSource(ClassSource classSource,ClassSource_Aggregate.ScanPolicy scanPolicy)
Main API to add new class sources.
|
|
ClassSource_Aggregate.getFailedLookups(ClassSource classSource)
|
ClassSource_Aggregate.getScanPolicy(ClassSource classSource)
Tell the scan policy of the class source.
|
|
|
ClassSource.setParentSource(ClassSource classSource)
Set the parent of this class source.
|
Uses of ClassSource in com.ibm.wsspi.anno.targets
Modifier and Type | Method and Description |
---|---|
|
AnnotationTargets_Targets.addClassSource(ClassSource classSource,ClassSource_Aggregate.ScanPolicy scanPolicy)
Add a class source to the aggregate class source held by this
targets table.
|