org.apache.maven.shared.utils.cli
Class Commandline.Argument

java.lang.Object
  extended by org.apache.maven.shared.utils.cli.Commandline.Argument
All Implemented Interfaces:
Arg
Enclosing class:
Commandline

public static class Commandline.Argument
extends Object
implements Arg


Constructor Summary
Commandline.Argument()
           
 
Method Summary
 void setFile(File value)
           
 void setLine(String line)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Commandline.Argument

public Commandline.Argument()
Method Detail

setValue

public void setValue(String value)
Specified by:
setValue in interface Arg

setLine

public void setLine(String line)
Specified by:
setLine in interface Arg

setFile

public void setFile(File value)
Specified by:
setFile in interface Arg


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.