org.kuali.common.util.service
Class DefaultMavenService
java.lang.Object
   org.kuali.common.util.service.DefaultExecService
org.kuali.common.util.service.DefaultExecService
       org.kuali.common.util.service.DefaultMavenService
org.kuali.common.util.service.DefaultMavenService
- All Implemented Interfaces: 
- ExecService, MavenService
- public class DefaultMavenService 
- extends DefaultExecService- implements MavenService
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultMavenService
public DefaultMavenService()
execute
public void execute(MavenContext context)
- 
- Specified by:
- executein interface- MavenService
 
- 
 
execute
public void execute(File workingDir,
                    List<String> options,
                    List<String> goals,
                    List<String> phases)
- 
- Specified by:
- executein 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.