Uses of Class
org.apache.maven.model.v3_0_0.Resource
-
Packages that use Resource Package Description org.apache.maven.model.v3_0_0 org.apache.maven.model.v3_0_0.io.xpp3 -
-
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 Resource Modifier and Type Field Description private java.util.List<Resource>
BuildBase. resources
Field resources.private java.util.List<Resource>
UnitTest. resources
Field resources.Methods in org.apache.maven.model.v3_0_0 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>
UnitTest. getResources()
Method getResources.Methods in org.apache.maven.model.v3_0_0 with parameters of type Resource Modifier and Type Method Description 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 Modifier and Type Method Description void
BuildBase. setResources(java.util.List<Resource> resources)
Set this element describes all of the classpath resources such as properties files associated with a project.void
UnitTest. setResources(java.util.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 Resource Modifier and Type Method Description private Resource
MavenXpp3Reader. 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 Resource Modifier and Type Method Description private void
MavenXpp3Writer. writeResource(Resource resource, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeResource.
-