Modifier and Type | Method and Description |
---|---|
static RunConfig |
RunUtils.cloneRunConfig(RunConfig original)
return a new instance of runconfig by the template passed as parameter
|
static RunConfig |
RunUtils.createRunConfig(File execDir,
Project prj,
String displayName,
List<String> goals) |
static RunConfig |
RunUtils.createRunConfig(String action,
Project prj,
ProjectConfiguration c,
Lookup lookup)
Creates a
RunConfig for the specified project action. |
RunConfig |
RunConfig.getPreExecution() |
Modifier and Type | Method and Description |
---|---|
boolean |
PrerequisitesChecker.checkRunConfig(RunConfig config) |
boolean |
LateBoundPrerequisitesChecker.checkRunConfig(RunConfig config,
ExecutionContext con) |
static RunConfig |
RunUtils.cloneRunConfig(RunConfig original)
return a new instance of runconfig by the template passed as parameter
|
static ExecutorTask |
RunUtils.executeMaven(RunConfig config)
Execute maven build in NetBeans execution engine.
|
void |
ExecutionResultChecker.executionResult(RunConfig config,
ExecutionContext res,
int resultCode) |
static boolean |
RunUtils.hasApplicationCompileOnSaveEnabled(RunConfig config)
Deprecated.
|
static boolean |
RunUtils.hasTestCompileOnSaveEnabled(RunConfig config)
Deprecated.
|
static boolean |
RunUtils.isCompileOnSaveEnabled(RunConfig config) |
static ExecutorTask |
RunUtils.run(RunConfig config)
Runs Maven after checking prerequisites.
|
void |
RunConfig.setPreExecution(RunConfig config) |
Modifier and Type | Method and Description |
---|---|
Set<? extends OutputProcessor> |
ContextOutputProcessorFactory.Project project,
RunConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
BeanRunConfig |
class |
ModelRunConfig
run configuration backed up by model
|
Modifier and Type | Field and Description |
---|---|
protected RunConfig |
AbstractMavenExecutor.config |
Modifier and Type | Method and Description |
---|---|
static RunConfig |
ActionToGoalUtils.createRunConfig(String action,
org.netbeans.modules.maven.NbMavenProjectImpl project,
Lookup lookup) |
static RunConfig |
ActionToGoalUtils.createRunConfig(String action,
org.netbeans.modules.maven.NbMavenProjectImpl project,
ProjectConfiguration c,
Lookup lookup) |
RunConfig |
BeanRunConfig.getPreExecution() |
Modifier and Type | Method and Description |
---|---|
boolean |
ReactorChecker.checkRunConfig(RunConfig config) |
ExecutorTask |
MavenCommandLineExecutor.ExecuteMaven.execute(RunConfig config,
InputOutput io,
AbstractMavenExecutor.TabContext tc) |
static ExecutorTask |
MavenCommandLineExecutor.executeMaven(RunConfig config,
InputOutput io,
AbstractMavenExecutor.TabContext tc)
Execute maven build in NetBeans execution engine.
|
protected void |
AbstractOutputHandler.Project proj,
RunConfig config) |
void |
BeanRunConfig.setPreExecution(RunConfig config) |
Constructor and Description |
---|
AbstractMavenExecutor(RunConfig conf) |
Project proj,
ProgressHandle hand,
RunConfig config,
OutputVisitor visitor) |
BeanRunConfig(RunConfig parent)
create a new instance that wraps around the parent instance, allowing
to change values while delegating to originals if not changed.
|
InputOutput io,
Project proj,
ProgressHandle hand,
RunConfig config,
boolean createVisitorContext) |
MavenCommandLineExecutor(RunConfig conf,
InputOutput io,
AbstractMavenExecutor.TabContext tc) |
Modifier and Type | Method and Description |
---|---|
void |
UnsetProxyChecker.executionResult(RunConfig config,
ExecutionContext res,
int resultCode) |
Modifier and Type | Method and Description |
---|---|
RunConfig |
MavenActionsProvider.createConfigForDefaultAction(String actionName,
Project project,
Lookup lookup)
Create an instance of RunConfig configured for execution.
|
RunConfig |
AbstractMavenActionsProvider.createConfigForDefaultAction(String actionName,
Project project,
Lookup lookup) |
Modifier and Type | Method and Description |
---|---|
boolean |
CoSAlternativeExecutorImplementation.execute(RunConfig config,
ExecutionContext executionContext)
Perform an alternative execution.
|
boolean |
CompileOnSaveSkipper.skip(RunConfig config,
boolean includingTests,
long timeStamp) |