Uses of Class
org.jboss.system.metadata.ServiceDeploymentClassPath

Packages that use ServiceDeploymentClassPath
org.jboss.system.metadata   
 

Uses of ServiceDeploymentClassPath in org.jboss.system.metadata
 

Methods in org.jboss.system.metadata that return ServiceDeploymentClassPath
 ServiceDeploymentClassPath ServiceDeploymentClasspathAdapter.unmarshal(Object e)
           
 

Methods in org.jboss.system.metadata that return types with arguments of type ServiceDeploymentClassPath
 List<ServiceDeploymentClassPath> ServiceDeployment.getClassPaths()
          Get the classPaths.
 

Methods in org.jboss.system.metadata with parameters of type ServiceDeploymentClassPath
 Object ServiceDeploymentClasspathAdapter.marshal(ServiceDeploymentClassPath path)
           
 

Method parameters in org.jboss.system.metadata with type arguments of type ServiceDeploymentClassPath
 void ServiceDeployment.setClassPaths(List<ServiceDeploymentClassPath> classPaths)
          Set the classPaths.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.