Uses of Class
org.jboss.seam.deployment.ClassDescriptor

Packages that use ClassDescriptor
org.jboss.seam.deployment Scanners and handlers for automatically loading components from deployed archives. 
 

Uses of ClassDescriptor in org.jboss.seam.deployment
 

Methods in org.jboss.seam.deployment that return types with arguments of type ClassDescriptor
 Set<ClassDescriptor> StandardDeploymentStrategy.getAnnotatedComponents()
          Get all annotated components known to this strategy
 Set<ClassDescriptor> AbstractClassDeploymentHandler.getClasses()
           
 Set<ClassDescriptor> ClassDeploymentHandler.getClasses()
           
 Set<ClassDescriptor> GroovyDeploymentHandler.getClasses()
          Get all the Groovy Seam Components this handler has handled
 Set<ClassDescriptor> GroovyHotDeploymentStrategy.getScannedComponentClasses()
           
 Set<ClassDescriptor> HotDeploymentStrategy.getScannedComponentClasses()
          Get all Components which the strategy has scanned and handled
 

Method parameters in org.jboss.seam.deployment with type arguments of type ClassDescriptor
 void AbstractClassDeploymentHandler.setClasses(Set<ClassDescriptor> classes)
           
 void ClassDeploymentHandler.setClasses(Set<ClassDescriptor> classes)