Uses of Interface
com.ibm.wsspi.anno.classsource.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
Subinterfaces of ClassSource in com.ibm.wsspi.anno.classsource Modifier and Type Interface Description interfaceClassSource_AggregateAggregator of class sources.interfaceClassSource_ClassLoaderinterfaceClassSource_MappedContainerinterfaceClassSource_MappedDirectoryinterfaceClassSource_MappedJarinterfaceClassSource_MappedSimpleSimplified API for new class source type.Methods in com.ibm.wsspi.anno.classsource that return ClassSource Modifier and Type Method Description ClassSourceClassSource_Aggregate. getFirstSuccess(java.lang.String resourceName)ClassSourceClassSource. getParentSource()Answer the parent of this class source.Methods in com.ibm.wsspi.anno.classsource that return types with arguments of type ClassSource Modifier and Type Method Description 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 Modifier and Type Method Description voidClassSource_Aggregate. addClassSource(ClassSource classSource)Main API to add new class sources.voidClassSource_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.ScanPolicyClassSource_Aggregate. getScanPolicy(ClassSource classSource)Tell the scan policy of the class source.voidClassSource. setParentSource(ClassSource parent)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 Modifier and Type Method Description voidAnnotationTargets_Targets. addClassSource(ClassSource classSource, ClassSource_Aggregate.ScanPolicy scanPolicy)Add a class source to the aggregate class source held by this targets table.
-