public interface  org.junit.platform.console.options.CommandLineOptionsParser extends java.lang.Object
{
public abstract transient org.junit.platform.console.options.CommandLineOptions parse(java.lang.String[]);
public abstract void printHelp(java.io.Writer, boolean);
}