org.apache.maven.mae.boot.main
Class CliRequest

java.lang.Object
  extended by org.apache.maven.mae.boot.main.CliRequest

public final class CliRequest
extends Object


Field Summary
 String[] args
           
 MAEEmbedderBuilder builder
           
 org.apache.commons.cli.CommandLine commandLine
           
 PrintStream fileStream
           
 MAEExecutionRequest request
           
 Properties systemProperties
           
 Properties userProperties
           
 String workingDirectory
           
 
Constructor Summary
CliRequest(String[] args, org.codehaus.plexus.classworlds.ClassWorld classWorld)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

public String[] args

commandLine

public org.apache.commons.cli.CommandLine commandLine

workingDirectory

public String workingDirectory

fileStream

public PrintStream fileStream

userProperties

public Properties userProperties

systemProperties

public Properties systemProperties

request

public MAEExecutionRequest request

builder

public MAEEmbedderBuilder builder
Constructor Detail

CliRequest

public CliRequest(String[] args,
                  org.codehaus.plexus.classworlds.ClassWorld classWorld)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.