com.redhat.ceylon.common.tool.ArgumentParser Maven / Gradle / Ivy
package com.redhat.ceylon.common.tool;
public interface ArgumentParser {
public A parse(String argument, Tool tool) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy