org.mevenide.idea.execute
Class MavenJavaParameters

java.lang.Object
  extended by com.intellij.execution.configurations.JavaParameters
      extended by org.mevenide.idea.execute.MavenJavaParameters

public class MavenJavaParameters
extends com.intellij.execution.configurations.JavaParameters

Author:
Arik

Field Summary
static String COMPILE_REGEXP
           
 
Fields inherited from class com.intellij.execution.configurations.JavaParameters
CLASSES_ONLY, JDK_AND_CLASSES, JDK_AND_CLASSES_AND_TESTS, JDK_ONLY
 
Constructor Summary
MavenJavaParameters(com.intellij.openapi.module.Module pModule, String... pGoals)
           
 
Method Summary
 
Methods inherited from class com.intellij.execution.configurations.JavaParameters
configureByModule, getCharset, getClassPath, getEnv, getJdk, getJdkPath, getMainClass, getProgramParametersList, getVMParametersList, getWorkingDirectory, setCharset, setEnv, setJdk, setMainClass, setWorkingDirectory, setWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPILE_REGEXP

public static final String COMPILE_REGEXP
See Also:
Constant Field Values
Constructor Detail

MavenJavaParameters

public MavenJavaParameters(com.intellij.openapi.module.Module pModule,
                           String... pGoals)
                    throws MavenHomeNotDefinedException,
                           PomNotDefinedException,
                           com.intellij.execution.CantRunException
Throws:
MavenHomeNotDefinedException
PomNotDefinedException
com.intellij.execution.CantRunException


Copyright © 2005 The Codehaus. All Rights Reserved.