A C E G I O R S U

A

abortTransaction() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
Abort the transaction.
AbstractEFapsInstallMojo - Class in org.efaps.maven.plugin.install
 
AbstractEFapsInstallMojo() - Constructor for class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
 

C

characters(char[], int, int) - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo.TypeHandler
 
CleanMojo - Class in org.efaps.maven.plugin
Delete Old Data and Data Model within eFaps of current logged in SQL database user (via dropping of all tables, views, constraints etc.)..
CleanMojo() - Constructor for class org.efaps.maven.plugin.CleanMojo
 
commitTransaction() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
Commit the Transaction.
CompileMojo - Class in org.efaps.maven.plugin
Compiles all ESPJ's and Cascade Style Sheets within eFaps.
CompileMojo() - Constructor for class org.efaps.maven.plugin.CompileMojo
 
convertToMap(String) - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
Separates all key / value pairs of given text string.
Evaluation algorithm:
Separates the text by all found commas (only if in front of the comma is no back slash).
copyFiles(String) - Method in class org.efaps.maven.plugin.install.GenerateInstallationMojo
Copy all eFaps installation files from the eFaps root directory in the related target classes directory.

E

EFapsAbstractMojo - Class in org.efaps.maven.plugin
 
EFapsAbstractMojo() - Constructor for class org.efaps.maven.plugin.EFapsAbstractMojo
 
endDocument() - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo.TypeHandler
 
endElement(String, String, String) - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo.TypeHandler
 
execute() - Method in class org.efaps.maven.plugin.CleanMojo
Initializes the database connection, starts a connection, deletes all tables, views etc.
execute() - Method in class org.efaps.maven.plugin.CompileMojo
Executes the compile goal.
execute() - Method in class org.efaps.maven.plugin.GenerateUUIDMojo
The new universally unique identifier is created and printed out with a normal call to the mojo log info.
execute() - Method in class org.efaps.maven.plugin.goal.efaps.ImportDataMojo
 
execute() - Method in class org.efaps.maven.plugin.goal.efaps.ImportPersonsMojo
The import of persons is started.
execute() - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo
Generates the installation XML file and copies all eFaps definition installation files.
execute() - Method in class org.efaps.maven.plugin.install.GenerateInstallationMojo
Generates the installation XML file and copies all eFaps definition installation files.
execute() - Method in class org.efaps.maven.plugin.install.InstallMojo
Executes the kernel install goal.
execute() - Method in class org.efaps.maven.plugin.install.SourceInstallMojo
Executes the install goal.
execute() - Method in class org.efaps.maven.plugin.install.SourceUpdateMojo
Executes the install goal.
execute() - Method in class org.efaps.maven.plugin.install.UpdateMojo
Executes the update goal.
execute() - Method in class org.efaps.maven.plugin.UpdateFromFileMojo

G

GenerateCIClassMojo - Class in org.efaps.maven.plugin.install
TODO comment!
GenerateCIClassMojo() - Constructor for class org.efaps.maven.plugin.install.GenerateCIClassMojo
 
GenerateCIClassMojo.TypeHandler - Class in org.efaps.maven.plugin.install
 
GenerateCIClassMojo.TypeHandler() - Constructor for class org.efaps.maven.plugin.install.GenerateCIClassMojo.TypeHandler
 
GenerateInstallationMojo - Class in org.efaps.maven.plugin.install
 
GenerateInstallationMojo() - Constructor for class org.efaps.maven.plugin.install.GenerateInstallationMojo
 
generateInstallFile() - Method in class org.efaps.maven.plugin.install.GenerateInstallationMojo
Generates the installation XML file.
GenerateUUIDMojo - Class in org.efaps.maven.plugin
A new universally unique identifier (UUID) is created and printed out.
By adding -DUUID.count=3 to the calling command line the number of UUID generated can be set.
e.g.
mvn efaps:generateUUID -DUUID.count=3
GenerateUUIDMojo() - Constructor for class org.efaps.maven.plugin.GenerateUUIDMojo
 
getApplications() - Method in class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
Returns the applications to install / update.
getClasspathElements() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
This is the getter method for instance variable EFapsAbstractMojo.classpathElements.
getCopyFiles() - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo
 
getCopyFiles(File) - Method in class org.efaps.maven.plugin.install.GenerateInstallationMojo
Uses the GenerateInstallationMojo.copyIncludes and GenerateInstallationMojo.copyExcludes together with the root directory getEFapsDir() to get all related and matched files.
getEFapsDir() - Method in class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
Getter method for instance variable eFapsDir.
getFiles() - Method in class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
Uses the includes and excludes together with the root directory eFapsDir to get all related and matched files.
getLog() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
This is the getter method for instance variable EFapsAbstractMojo.log.
getLog() - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo
 
getOutputDirectory() - Method in class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
Getter method for the instance variable outputDirectory.
getPassWord() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
This is the getter method for instance variable EFapsAbstractMojo.passWord.
getTypeMapping() - Method in class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
this method return the TypeMapping for import and update.
getUserName() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
This is the getter method for instance variable EFapsAbstractMojo.userName.
getVersionFile() - Method in class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
Getter method for instance variable versionFile.

I

ImportDataMojo - Class in org.efaps.maven.plugin.goal.efaps
Data defined in an XML-Struktur is imported into the eFaps-Database
ImportDataMojo() - Constructor for class org.efaps.maven.plugin.goal.efaps.ImportDataMojo
 
ImportPersonsMojo - Class in org.efaps.maven.plugin.goal.efaps
The class is used to start the import of persons directly as parameter from the eFaps shell.
To start the import, call the shell with shell.sh -importPersons
Following Java system properties must / could be set to configure the import: java.security.auth.login.config Defines the JAAS configuration file.
ImportPersonsMojo() - Constructor for class org.efaps.maven.plugin.goal.efaps.ImportPersonsMojo
 
init() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
 
InstallMojo - Class in org.efaps.maven.plugin.install
TODO description
InstallMojo() - Constructor for class org.efaps.maven.plugin.install.InstallMojo
 

O

org.efaps.maven.plugin - package org.efaps.maven.plugin
 
org.efaps.maven.plugin.goal.efaps - package org.efaps.maven.plugin.goal.efaps
 
org.efaps.maven.plugin.install - package org.efaps.maven.plugin.install
 

R

reloadCache() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
Reloads the internal eFaps cache.

S

setLog(Log) - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
This is the setter method for instance variable EFapsAbstractMojo.log.
setLog(Log) - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo
 
SourceInstallMojo - Class in org.efaps.maven.plugin.install
Installs an eFaps application.
SourceInstallMojo() - Constructor for class org.efaps.maven.plugin.install.SourceInstallMojo
 
SourceUpdateMojo - Class in org.efaps.maven.plugin.install
Updates an eFaps application.
SourceUpdateMojo() - Constructor for class org.efaps.maven.plugin.install.SourceUpdateMojo
 
startElement(String, String, String, Attributes) - Method in class org.efaps.maven.plugin.install.GenerateCIClassMojo.TypeHandler
 
startTransaction() - Method in class org.efaps.maven.plugin.EFapsAbstractMojo
Start the transaction.

U

UpdateFromFileMojo - Class in org.efaps.maven.plugin
TODO comment!
UpdateFromFileMojo() - Constructor for class org.efaps.maven.plugin.UpdateFromFileMojo
 
UpdateMojo - Class in org.efaps.maven.plugin.install
Makes an update of an eFaps application for the last version of the application.
UpdateMojo() - Constructor for class org.efaps.maven.plugin.install.UpdateMojo
 

A C E G I O R S U

Copyright © 2002-2010 The eFaps Team. All Rights Reserved.