Package org.codehaus.plexus.util.cli
Interface Arg
-
- All Known Implementing Classes:
Commandline.Argument
public interface Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getParts()
void
setFile(File value)
void
setLine(String line)
void
setValue(String value)
-