Uses of Interface
com.ibm.wsspi.anno.classsource.ClassSource
-
Uses of ClassSource in com.ibm.wsspi.anno.classsource
Modifier and TypeInterfaceDescriptioninterface
Aggregator of class sources.interface
interface
interface
interface
interface
Simplified API for new class source type.Modifier and TypeMethodDescriptionClassSource_Aggregate.getFirstSuccess
(String resourceName) ClassSource.getParentSource()
Answer the parent of this class source.Modifier and TypeMethodDescriptionList<? extends ClassSource>
ClassSource_Aggregate.getClassSources()
Answer the entire list of class sources of this aggregate.Set<? extends ClassSource>
ClassSource_Aggregate.getClassSources
(ClassSource_Aggregate.ScanPolicy scanPolicy) Answer the subset of class sources which have the specified scan policy.Set<? extends ClassSource>
ClassSource_Aggregate.getExcludedClassSources()
Answer the subset of excluded class sources of this aggregate.Set<? extends ClassSource>
ClassSource_Aggregate.getExternalClassSources()
Answer the subset of external class sources of this aggregate.Map<String,
? extends ClassSource> ClassSource_Aggregate.getFirstSuccesses()
Set<? extends ClassSource>
ClassSource_Aggregate.getPartialClassSources()
Answer the subset of partial class sources of this aggregate.Set<? extends ClassSource>
ClassSource_Aggregate.getSeedClassSources()
Answer the subset of seed class sources of this aggregate.Modifier and TypeMethodDescriptionvoid
ClassSource_Aggregate.addClassSource
(ClassSource classSource) Main API to add new class sources.void
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.void
ClassSource.setParentSource
(ClassSource parent) Set the parent of this class source. -
Uses of ClassSource in com.ibm.wsspi.anno.targets
Modifier and TypeMethodDescriptionvoid
AnnotationTargets_Targets.addClassSource
(ClassSource classSource, ClassSource_Aggregate.ScanPolicy scanPolicy) Add a class source to the aggregate class source held by this targets table.