|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.nuiton.plugin.AbstractPlugin
org.nuiton.wikitty.plugin.AbstractWPMojo
public abstract class AbstractWPMojo
Abstract mojo for all mojos of the WP module.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.nuiton.plugin.Plugin |
|---|
org.nuiton.plugin.Plugin.InitState, org.nuiton.plugin.Plugin.Packaging |
| Field Summary | |
|---|---|
static String |
APPLICATION_DIR_NAME
|
protected String |
applicationName
The mandatory application name. |
static String |
IMAGES_RESOURCES_DIR_NAME
|
static String |
JAR_RESOURCES_DIR_NAME
|
static String |
MAIN_DIR_NAME
|
protected org.apache.maven.project.MavenProject |
project
Project. |
static String |
RESOURCES_DIR_NAME
|
static String |
SRC_DIR_NAME
|
protected boolean |
verbose
A flag to activate verbose mode. |
protected String |
wikittyServiceUrl
The mandatory wikitty service url. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractWPMojo()
|
|
| Method Summary | |
|---|---|
String |
getApplicationName()
|
org.apache.maven.project.MavenProject |
getProject()
|
String |
getWikittyServiceUrl()
|
boolean |
isVerbose()
|
void |
setApplicationName(String applicationName)
|
void |
setProject(org.apache.maven.project.MavenProject project)
|
void |
setVerbose(boolean verbose)
|
void |
setWikittyServiceUrl(String wikittyServiceUrl)
|
| Methods inherited from class org.nuiton.plugin.AbstractPlugin |
|---|
acceptPackaging, addCompileSourceRoots, addDirectoryToUrlsList, addResourceDir, addTestCompileSourceRoots, addTestResourceDir, addUrlToUrlsList, afterExecute, backupFile, checkEncoding, checkPackaging, checkResource, checkRunOnceDone, checkSkip, copyFile, createDirectoryIfNecessary, createNewFile, deleteFile, doAction, execute, getBackupFile, getFileFromBasedir, getFilesToTreate, getFilesToTreateForRoots, getRootProject, getTemplate, hasClassPath, init, initClassLoader, isExecutionRoot, isFileNewerThanPomFile, rejectPackaging, removeCompileSourceRoots, removeTestCompileSourceRoots, renameFile, writeFile |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| 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 |
|---|
getLog, setLog |
| Field Detail |
|---|
public static final String SRC_DIR_NAME
public static final String MAIN_DIR_NAME
public static final String APPLICATION_DIR_NAME
public static final String RESOURCES_DIR_NAME
public static final String IMAGES_RESOURCES_DIR_NAME
public static final String JAR_RESOURCES_DIR_NAME
protected org.apache.maven.project.MavenProject project
protected boolean verbose
protected String applicationName
protected String wikittyServiceUrl
| Constructor Detail |
|---|
public AbstractWPMojo()
| Method Detail |
|---|
public org.apache.maven.project.MavenProject getProject()
public void setProject(org.apache.maven.project.MavenProject project)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public String getApplicationName()
public void setApplicationName(String applicationName)
public String getWikittyServiceUrl()
public void setWikittyServiceUrl(String wikittyServiceUrl)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||