All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.plexus.tools.cli.Cli Maven / Gradle / Ivy

package org.codehaus.plexus.tools.cli;

import org.codehaus.plexus.PlexusContainer;
import org.apache.commons.cli.Options;
import org.apache.commons.cli.CommandLine;

/**
 * @author Jason van Zyl
 */
public interface Cli
{
    Options buildCliOptions( Options options );

    void invokePlexusComponent( CommandLine cli,
                                PlexusContainer container )
        throws Exception;

    // this can be calculated
    String getPomPropertiesPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy