org.codehaus.plexus.tools.cli
Interface Cli

All Known Implementing Classes:
AbstractCli

public interface Cli

Author:
Jason van Zyl

Method Summary
 org.apache.commons.cli.Options buildCliOptions(org.apache.commons.cli.Options options)
           
 java.lang.String getPomPropertiesPath()
           
 void invokePlexusComponent(org.apache.commons.cli.CommandLine cli, org.codehaus.plexus.PlexusContainer container)
           
 

Method Detail

buildCliOptions

org.apache.commons.cli.Options buildCliOptions(org.apache.commons.cli.Options options)

invokePlexusComponent

void invokePlexusComponent(org.apache.commons.cli.CommandLine cli,
                           org.codehaus.plexus.PlexusContainer container)
                           throws java.lang.Exception
Throws:
java.lang.Exception

getPomPropertiesPath

java.lang.String getPomPropertiesPath()


Copyright © 2001-2011 Codehaus. All Rights Reserved.