|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.maven.plugin.EFapsAbstractMojo
org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
public abstract class AbstractEFapsInstallMojo
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractEFapsInstallMojo()
|
|
| Method Summary | |
|---|---|
protected String |
getApplications()
Returns the applications to install / update. |
protected File |
getEFapsDir()
Getter method for instance variable eFapsDir. |
protected List<String> |
getFiles()
Uses the includes and excludes together with the root
directory eFapsDir to get all related and matched files. |
protected File |
getOutputDirectory()
Getter method for the instance variable outputDirectory. |
protected Map<String,String> |
getTypeMapping()
this method return the TypeMapping for import and update. |
protected File |
getVersionFile()
Getter method for instance variable versionFile. |
| Methods inherited from class org.efaps.maven.plugin.EFapsAbstractMojo |
|---|
abortTransaction, commitTransaction, convertToMap, getClasspathElements, getLog, getPassWord, getUserName, init, reloadCache, setLog, startTransaction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Constructor Detail |
|---|
public AbstractEFapsInstallMojo()
| Method Detail |
|---|
protected File getOutputDirectory()
outputDirectory.
outputDirectoryprotected List<String> getFiles()
includes and excludes together with the root
directory eFapsDir to get all related and matched files.
defines includes; if not specified by maven, the default
value is **/*.xml,
defines excludes; if not specified by maven , the default
value is **/version.xml,
DEFAULT_INCLUDES,
DEFAULT_EXCLUDESprotected String getApplications()
applications to install / update.
applicationsprotected File getEFapsDir()
eFapsDir.
eFapsDirprotected Map<String,String> getTypeMapping()
typeMapping. In the
case that the mapping is not defined in the pom.xml a default
DEFAULT_TYPE_MAPPING will be returned.
typeMapping,
DEFAULT_TYPE_MAPPINGprotected File getVersionFile()
versionFile.
versionFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||