public class BuildCommand extends Object
.project file.| Constructor and Description |
|---|
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(org.codehaus.plexus.util.xml.Xpp3Dom node)
Creates a new build command from a DOM subtree
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
print(org.codehaus.plexus.util.xml.XMLWriter writer) |
public BuildCommand()
public BuildCommand(String name)
name - Command namepublic BuildCommand(String name, String triggers, Map arguments)
name - Command nametriggers - Command triggersarguments - Command argumentspublic BuildCommand(org.codehaus.plexus.util.xml.Xpp3Dom node)
The subtree must represent a <buildCommand> section from an Eclipse .project file
node - DOM nodeCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.