|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.maven_efaps_jetty.JettyRunMojo
public class JettyRunMojo
The goal starts the Jetty web server.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
JettyRunMojo()
|
|
| Method Summary | |
|---|---|
protected Map<String,String> |
convertToMap(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). |
void |
execute()
Runs the eFaps Jetty server. |
org.apache.maven.plugin.logging.Log |
getLog()
This is the getter method for instance variable log. |
protected void |
init()
|
void |
setLog(org.apache.maven.plugin.logging.Log _log)
This is the setter method for instance variable log. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JettyRunMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionException - if Jetty web server could not be startedprotected void init()
used to convert the connection string to a property
map,
type,
factory,
connectionpublic 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 Map<String,String> convertToMap(String _text)
_text - text string to convert to a key / value map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||