net.sf.ant4eclipse.model.project
Class BuildCommand

java.lang.Object
  extended by net.sf.ant4eclipse.model.project.BuildCommand

public class BuildCommand
extends java.lang.Object

Encapsulates an build command of an eclipse java project.


Constructor Summary
BuildCommand(java.lang.String name)
          Creates a new instance of type BuildCommand.
 
Method Summary
 boolean equals(java.lang.Object o)
          
 java.lang.String getName()
          Returns the name the build command.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildCommand

public BuildCommand(java.lang.String name)
Creates a new instance of type BuildCommand.

Parameters:
name - the name of the build command.
Method Detail

getName

public final java.lang.String getName()
Returns the name the build command.

Returns:
the name of the build command.

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object