| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
projectName |
private java.io.File |
source |
private java.io.File |
target |
| Constructor and Description |
|---|
AbstractEASyTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProjectName()
Returns the project name.
|
java.io.File |
getSource()
Returns the source folder.
|
java.io.File |
getTarget()
Retruns the target folder.
|
void |
setMavenHome(java.lang.String mavenHome)
Defines the optional installation location of Maven.
|
void |
setProjectName(java.lang.String projectName)
Returns the project name.
|
void |
setSource(java.io.File source)
Defines the source folder.
|
void |
setTarget(java.io.File target)
Defines the target folder.
|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprivate java.io.File source
private java.io.File target
private java.lang.String projectName
public void setSource(java.io.File source)
source - the source folderpublic void setTarget(java.io.File target)
target - the target folderpublic void setProjectName(java.lang.String projectName)
projectName - the project namepublic void setMavenHome(java.lang.String mavenHome)
mavenHome - as absolute pathpublic java.io.File getSource()
public java.io.File getTarget()
public java.lang.String getProjectName()
Copyright © 2009 - 2018 SSE. All Rights Reserved.