|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.maven.plugin.EFapsAbstractMojo
public abstract class EFapsAbstractMojo
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
protected |
EFapsAbstractMojo()
|
| Method Summary | |
|---|---|
protected void |
abortTransaction()
Abort the transaction. |
protected void |
commitTransaction()
Commit the Transaction. |
protected java.util.Map<java.lang.String,java.lang.String> |
convertToMap(java.lang.String _text)
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). |
protected java.util.List<java.lang.String> |
getClasspathElements()
This is the getter method for instance variable classpathElements. |
org.apache.maven.plugin.logging.Log |
getLog()
This is the getter method for instance variable log. |
protected java.lang.String |
getPassWord()
This is the getter method for instance variable passWord. |
protected java.lang.String |
getUserName()
This is the getter method for instance variable userName. |
protected void |
init()
|
protected void |
reloadCache()
Reloads the internal eFaps cache. |
void |
setLog(org.apache.maven.plugin.logging.Log _log)
This is the setter method for instance variable log. |
protected void |
startTransaction()
Start the transaction. |
| 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 |
|---|
protected EFapsAbstractMojo()
| Method Detail |
|---|
protected void init()
#initStores,
used to convert the connection string to a property
map,
database class,
factory class name,
connection properties
protected void reloadCache()
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException - on error
protected void startTransaction()
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException - on error
protected void abortTransaction()
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException - on error
protected void commitTransaction()
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException - on errorprotected java.util.Map<java.lang.String,java.lang.String> convertToMap(java.lang.String _text)
_text - text string to convert to a key / value map
public void setLog(org.apache.maven.plugin.logging.Log _log)
log.
setLog in interface org.apache.maven.plugin.Mojo_log - new value for instance variable loglog,
getLog()public org.apache.maven.plugin.logging.Log getLog()
log.
getLog in interface org.apache.maven.plugin.Mojologlog,
setLog(org.apache.maven.plugin.logging.Log)protected java.lang.String getUserName()
userName.
userNameuserNameprotected java.lang.String getPassWord()
passWord.
passWordpassWordprotected java.util.List<java.lang.String> getClasspathElements()
classpathElements.
classpathElementsclasspathElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||