Uses of Class
org.apache.maven.model.v3_0_0.Resource
Packages that use Resource
-
Uses of Resource in org.apache.maven.model.v3_0_0
Fields in org.apache.maven.model.v3_0_0 with type parameters of type ResourceModifier and TypeFieldDescriptionBuildBase.resourcesField resources.UnitTest.resourcesField resources.Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type ResourceModifier and TypeMethodDescriptionBuildBase.getResources()Method getResources.UnitTest.getResources()Method getResources.Methods in org.apache.maven.model.v3_0_0 with parameters of type ResourceModifier and TypeMethodDescriptionvoidBuildBase.addResource(Resource resource) Method addResource.voidUnitTest.addResource(Resource resource) Method addResource.voidBuildBase.removeResource(Resource resource) Method removeResource.voidUnitTest.removeResource(Resource resource) Method removeResource.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type ResourceModifier and TypeMethodDescriptionvoidBuildBase.setResources(List<Resource> resources) Set this element describes all of the classpath resources such as properties files associated with a project.voidUnitTest.setResources(List<Resource> resources) Set the classpath resources to use when executing the unit tests. -
Uses of Resource in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return ResourceModifier and TypeMethodDescriptionprivate ResourceMavenXpp3Reader.parseResource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseResource.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type ResourceModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeResource(Resource resource, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeResource.