|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.eclipse.BuildCommand
public class BuildCommand
Represents a buildCommand section in the .project
file.
Constructor Summary | |
---|---|
BuildCommand()
no-arg constructor for plugin configuration. |
|
BuildCommand(String name)
Creates a new build command |
|
BuildCommand(String name,
Map arguments)
|
|
BuildCommand(String name,
String triggers,
Map arguments)
Creates a new build command |
|
BuildCommand(String name,
String argName,
String argValue)
|
|
BuildCommand(Xpp3Dom node)
Creates a new build command from a DOM subtree The subtree must represent a <buildCommand> section from an Eclipse .project file |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
void |
print(XMLWriter writer)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildCommand()
public BuildCommand(String name)
name
- Command namepublic BuildCommand(String name, Map arguments)
public BuildCommand(String name, String argName, String argValue)
public BuildCommand(String name, String triggers, Map arguments)
name
- Command nametriggers
- Command triggersarguments
- Command argumentspublic BuildCommand(Xpp3Dom node)
The subtree must represent a <buildCommand> section from an Eclipse .project file
node
- DOM nodeMethod Detail |
---|
public void print(XMLWriter writer)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |