
org.codehaus.plexus.util.cli.Arg Maven / Gradle / Ivy
Go to download
A collection of various utility classes to ease working with strings, files, command lines, XML and more.
package org.codehaus.plexus.util.cli;
import java.io.File;
public interface Arg
{
void setValue( String value );
void setLine( String line );
void setFile( File value );
String[] getParts();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy