Uses of Class
org.apache.maven.model.Resource
-
Packages that use Resource Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project org.apache.maven.project.overlay -
-
Uses of Resource in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type Resource Modifier and Type Field Description private java.util.List<Resource>BuildBase. resourcesField resources.private java.util.List<Resource>BuildBase. testResourcesField testResources.Methods in org.apache.maven.model that return types with arguments of type Resource Modifier and Type Method Description java.util.List<Resource>BuildBase. getResources()Method getResources.java.util.List<Resource>BuildBase. getTestResources()Method getTestResources.Methods in org.apache.maven.model with parameters of type Resource Modifier and Type Method Description voidBuildBase. addResource(Resource resource)Method addResource.voidBuildBase. addTestResource(Resource resource)Method addTestResource.voidBuildBase. removeResource(Resource resource)Method removeResource.voidBuildBase. removeTestResource(Resource resource)Method removeTestResource.Method parameters in org.apache.maven.model with type arguments of type Resource Modifier and Type Method Description voidBuildBase. setResources(java.util.List<Resource> resources)Set this element describes all of the classpath resources such as properties files associated with a project.voidBuildBase. setTestResources(java.util.List<Resource> testResources)Set this element describes all of the classpath resources such as properties files associated with a project's unit tests. -
Uses of Resource in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Resource Modifier and Type Method Description private ResourceMavenXpp3Reader. parseResource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseResource.Methods in org.apache.maven.model.io.xpp3 with parameters of type Resource Modifier and Type Method Description private voidMavenXpp3Writer. writeResource(Resource resource, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeResource. -
Uses of Resource in org.apache.maven.project
Methods in org.apache.maven.project that return Resource Modifier and Type Method Description static ResourceModelUtils. cloneResource(Resource src)Methods in org.apache.maven.project with parameters of type Resource Modifier and Type Method Description voidMavenProject. addResource(Resource resource)voidMavenProject. addTestResource(Resource testResource)static ResourceModelUtils. cloneResource(Resource src) -
Uses of Resource in org.apache.maven.project.overlay
Methods in org.apache.maven.project.overlay with parameters of type Resource Modifier and Type Method Description voidBuildOverlay. addResource(Resource resource)voidBuildOverlay. addTestResource(Resource resource)voidBuildOverlay. removeResource(Resource resource)voidBuildOverlay. removeTestResource(Resource resource)
-