org.jboss.test.util.server
Class Argument

java.lang.Object
  extended by org.jboss.test.util.server.Argument

public class Argument
extends Object

A command line argument.

Version:
$Revision: 37459 $
Author:
Ryan Campbell

Constructor Summary
Argument()
           
 
Method Summary
 String getValue()
          Get the value.
 void setLine(String line)
          Set the line as the value.
 void setValue(String value)
          Set the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Argument

public Argument()
Method Detail

getValue

public String getValue()
Get the value.

Returns:
the value.

setValue

public void setValue(String value)
Set the value.

Parameters:
value - The value to set.

setLine

public void setLine(String line)
Set the line as the value.

Parameters:
line -


Copyright © 2004 JBoss Inc. All Rights Reserved.