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(Xpp3Dom node)Creates a new build command from a DOM subtree
 
 The subtree must represent a <buildCommand> section from an Eclipse .project file | 
public BuildCommand()
public BuildCommand(String name)
name - Command namepublic 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 nodeCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.