net.sourceforge.makefileparser.objects
Class Command

java.lang.Object
  extended by net.sourceforge.makefileparser.objects.Command
All Implemented Interfaces:
Serializable

public class Command
extends Object
implements Serializable

Command to be executed directly

Author:
cgajo
See Also:
Serialized Form

Constructor Summary
Command(String value)
           
 
Method Summary
 void expandVariables(VariableManager manager)
           
 String getValue()
           
 boolean isExpanded()
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Command

public Command(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

isExpanded

public boolean isExpanded()

expandVariables

public void expandVariables(VariableManager manager)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.