public class MavenProject
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MavenProject.Dependencies |
class |
MavenProject.Dependency |
static class |
MavenProject.Parent |
Constructor and Description |
---|
MavenProject() |
Modifier and Type | Method and Description |
---|---|
void |
addBuilderProgram(ConfigProgram program)
Add BuilderProgram ignores unknown tags
|
void |
addParent(MavenProject.Parent parent) |
MavenProject.Dependencies |
createDependencies()
Creates the dependencies section.
|
void |
init() |
void |
setArtifactId(java.lang.String artifactId)
Sets the artifactId for the project
|
void |
setGroupId(java.lang.String groupId)
Sets the groupId for the project
|
void |
setVersion(java.lang.String version)
Sets the version for the project
|
Artifact |
toArtifact(Path path)
Returns the Artifact corresponding to the project.
|
java.lang.String |
toString() |
public void setGroupId(java.lang.String groupId)
public void setArtifactId(java.lang.String artifactId)
public void setVersion(java.lang.String version)
public void addParent(MavenProject.Parent parent)
public MavenProject.Dependencies createDependencies()
public void addBuilderProgram(ConfigProgram program)
@PostConstruct public void init()
public java.lang.String toString()
toString
in class java.lang.Object