|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.BaseObject
org.apache.maven.project.Plugin
A Plugin is essentially a Project, but in the context of POM we only need the basic id, verions, and properties so extending BaseObject will suffice. If we find we need more then we can extend Project.
Field Summary |
---|
Fields inherited from class org.apache.maven.project.BaseObject |
---|
id |
Constructor Summary | |
---|---|
Plugin()
|
Methods inherited from class org.apache.maven.project.BaseObject |
---|
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Plugin()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |