org.kuali.common.util.service
Class DefaultMavenService

java.lang.Object
  extended by org.kuali.common.util.service.DefaultExecService
      extended by org.kuali.common.util.service.DefaultMavenService
All Implemented Interfaces:
ExecService, MavenService

public class DefaultMavenService
extends DefaultExecService
implements MavenService


Constructor Summary
DefaultMavenService()
           
 
Method Summary
 void execute(File workingDir, List<String> options, List<String> goals, List<String> phases)
           
 void execute(MavenContext context)
           
protected  List<String> getArgs(MavenContext context)
           
protected  List<String> getOptions(MavenContext context)
           
protected  Properties getPassThroughProperties(MavenContext context)
           
protected  void handleOptions(MavenContext context)
           
 
Methods inherited from class org.kuali.common.util.service.DefaultExecService
execute, execute, execute, executeAndValidate, executeAndValidate, getCommandLine, getStreamConsumer, validateExitValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMavenService

public DefaultMavenService()
Method Detail

execute

public void execute(MavenContext context)
Specified by:
execute in interface MavenService

execute

public void execute(File workingDir,
                    List<String> options,
                    List<String> goals,
                    List<String> phases)
Specified by:
execute in interface MavenService

getOptions

protected List<String> getOptions(MavenContext context)

handleOptions

protected void handleOptions(MavenContext context)

getArgs

protected List<String> getArgs(MavenContext context)

getPassThroughProperties

protected Properties getPassThroughProperties(MavenContext context)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.