|
||||||||||
| 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 java.lang.String |
getApplications()
Returns the applications to install / update. |
protected java.io.File |
getEFapsDir()
Getter method for instance variable eFapsDir. |
protected java.util.List<java.lang.String> |
getFiles()
Uses the includes and excludes together with the root
directory eFapsDir to get all related and matched files. |
protected java.io.File |
getOutputDirectory()
Getter method for the instance variable outputDirectory. |
protected java.util.Map<java.lang.String,java.lang.String> |
getTypeMapping()
this method return the TypeMapping for import and update. |
protected java.io.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 java.io.File getOutputDirectory()
outputDirectory.
outputDirectoryprotected java.util.List<java.lang.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 java.lang.String getApplications()
applications to install / update.
applicationsprotected java.io.File getEFapsDir()
eFapsDir.
eFapsDirprotected java.util.Map<java.lang.String,java.lang.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 java.io.File getVersionFile()
versionFile.
versionFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||