Uses of Interface
com.ibm.wsspi.anno.classsource.ClassSource

Packages that use ClassSource
com.ibm.wsspi.anno.classsource   
com.ibm.wsspi.anno.targets   
 

Uses of ClassSource in com.ibm.wsspi.anno.classsource
 

Subinterfaces of ClassSource in com.ibm.wsspi.anno.classsource
 interface ClassSource_Aggregate
          Aggregator of class sources.
 interface ClassSource_ClassLoader
           
 interface ClassSource_MappedContainer
           
 interface ClassSource_MappedDirectory
           
 interface ClassSource_MappedJar
           
 interface ClassSource_MappedSimple
          Simplified API for new class source type.
 

Methods in com.ibm.wsspi.anno.classsource that return ClassSource
 ClassSource ClassSource_Aggregate.getFirstSuccess(java.lang.String resourceName)
           
 ClassSource ClassSource.getParentSource()
          Answer the parent of this class source.
 

Methods in com.ibm.wsspi.anno.classsource that return types with arguments of type ClassSource
 java.util.List<? extends ClassSource> ClassSource_Aggregate.getClassSources()
          Answer the entire list of class sources of this aggregate.
 java.util.Set<? extends ClassSource> ClassSource_Aggregate.getClassSources(ClassSource_Aggregate.ScanPolicy scanPolicy)
          Answer the subset of class sources which have the specified scan policy.
 java.util.Set<? extends ClassSource> ClassSource_Aggregate.getExcludedClassSources()
          Answer the subset of excluded class sources of this aggregate.
 java.util.Set<? extends ClassSource> ClassSource_Aggregate.getExternalClassSources()
          Answer the subset of external class sources of this aggregate.
 java.util.Map<java.lang.String,? extends ClassSource> ClassSource_Aggregate.getFirstSuccesses()
           
 java.util.Set<? extends ClassSource> ClassSource_Aggregate.getPartialClassSources()
          Answer the subset of partial class sources of this aggregate.
 java.util.Set<? extends ClassSource> ClassSource_Aggregate.getSeedClassSources()
          Answer the subset of seed class sources of this aggregate.
 

Methods in com.ibm.wsspi.anno.classsource with parameters of type ClassSource
 void 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.
 java.util.Set<java.lang.String> ClassSource_Aggregate.getFailedLookups(ClassSource classSource)
           
 ClassSource_Aggregate.ScanPolicy ClassSource_Aggregate.getScanPolicy(ClassSource classSource)
          Tell the scan policy of the class source.
 void ClassSource.setParentSource(ClassSource classSource)
          Set the parent of this class source.
 

Uses of ClassSource in com.ibm.wsspi.anno.targets
 

Methods in com.ibm.wsspi.anno.targets with parameters of type ClassSource
 void AnnotationTargets_Targets.addClassSource(ClassSource classSource, ClassSource_Aggregate.ScanPolicy scanPolicy)
          Add a class source to the aggregate class source held by this targets table.