Uses of Class
org.apache.maven.model.v3_0_0.Resource

Packages that use Resource
org.apache.maven.model.v3_0_0   
 

Uses of Resource in org.apache.maven.model.v3_0_0
 

Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type Resource
 List<Resource> BuildBase.getResources()
          Method getResources.
 List<Resource> UnitTest.getResources()
          Method getResources.
 

Methods in org.apache.maven.model.v3_0_0 with parameters of type Resource
 void BuildBase.addResource(Resource resource)
          Method addResource.
 void UnitTest.addResource(Resource resource)
          Method addResource.
 void BuildBase.removeResource(Resource resource)
          Method removeResource.
 void UnitTest.removeResource(Resource resource)
          Method removeResource.
 

Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type Resource
 void BuildBase.setResources(List<Resource> resources)
          Set this element describes all of the classpath resources such as properties files associated with a project.
 void UnitTest.setResources(List<Resource> resources)
          Set the classpath resources to use when executing the unit tests.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.