Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use ClassSource_Aggregate 
    Package Description
    com.ibm.wsspi.anno.classsource  
    com.ibm.wsspi.anno.info  
    com.ibm.wsspi.anno.targets  
    • Uses of ClassSource_Aggregate in com.ibm.wsspi.anno.classsource

      Methods in com.ibm.wsspi.anno.classsource that return ClassSource_Aggregate 
      Modifier and Type Method and Description
      ClassSource_Aggregate ClassSource_Factory.createAggregateClassSource(java.lang.String name)
      Create a new empty aggregate class source.
      ClassSource_Aggregate ClassSource_Factory.createAggregateClassSource(java.lang.String name, ClassSource_Options options)
      Create a new empty aggregate class source.
      ClassSource_Aggregate ClassSource_Factory.createAggregateClassSource(Util_InternMap internMap, java.lang.String name) 
      ClassSource_Aggregate ClassSource_Factory.createAggregateClassSource(Util_InternMap internMap, java.lang.String name, ClassSource_Options options) 
    • Uses of ClassSource_Aggregate in com.ibm.wsspi.anno.info

      Methods in com.ibm.wsspi.anno.info that return ClassSource_Aggregate 
      Modifier and Type Method and Description
      ClassSource_Aggregate InfoStore.getClassSource() 
      Methods in com.ibm.wsspi.anno.info with parameters of type ClassSource_Aggregate 
      Modifier and Type Method and Description
      InfoStore InfoStoreFactory.createInfoStore(ClassSource_Aggregate classSource) 
    • Uses of ClassSource_Aggregate in com.ibm.wsspi.anno.targets

      Methods in com.ibm.wsspi.anno.targets with parameters of type ClassSource_Aggregate 
      Modifier and Type Method and Description
      void AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource)
      Perform a scan of the specified class source, injecting scan data into the annotation targets.
      void AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource, boolean greedy) 
      void AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource, java.util.Set<java.lang.String> specificClassNames)
      Perform a scan of the specified class source, injecting scan data into the annotation targets.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes