com.sun.enterprise.module.maven
Class Processor
java.lang.Object
com.sun.enterprise.module.maven.Processor
public class Processor
- extends java.lang.Object
Data-binding bean to represent an artifact.
We use this to allow people to specify annotation processors to be used for APT,
in mojo configuration.
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
org.apache.maven.artifact.Artifact |
createArtifact(org.apache.maven.artifact.factory.ArtifactFactory factory)
Makes a Maven's artifact object out of it. |
org.apache.maven.artifact.Artifact |
createPOM(org.apache.maven.artifact.factory.ArtifactFactory factory)
Makes a POM artifact out of it. |
java.lang.String |
getArtifactId()
|
java.lang.String |
getGroupId()
|
java.lang.String |
getVersion()
|
void |
setArtifactId(java.lang.String artifactId)
|
void |
setGroupId(java.lang.String groupId)
|
void |
setVersion(java.lang.String version)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Processor
public Processor()
getGroupId
public java.lang.String getGroupId()
setGroupId
public void setGroupId(java.lang.String groupId)
getArtifactId
public java.lang.String getArtifactId()
setArtifactId
public void setArtifactId(java.lang.String artifactId)
getVersion
public java.lang.String getVersion()
setVersion
public void setVersion(java.lang.String version)
createArtifact
public org.apache.maven.artifact.Artifact createArtifact(org.apache.maven.artifact.factory.ArtifactFactory factory)
- Makes a Maven's artifact object out of it.
createPOM
public org.apache.maven.artifact.Artifact createPOM(org.apache.maven.artifact.factory.ArtifactFactory factory)
- Makes a POM artifact out of it.
Copyright © 2011 Oracle Corporation. All Rights Reserved.