|
|||||||||
| 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.jaxx.plugin.AbstractJaxxMojo
public abstract class AbstractJaxxMojo
Abstract Jaxx Mojo.
| Nested Class Summary | |
|---|---|
static class |
AbstractJaxxMojo.JaxxFileUpdater
To test if a jaxx source (or his css ) file is newser than his generated java source file. |
| Nested classes/interfaces inherited from interface org.nuiton.plugin.Plugin |
|---|
org.nuiton.plugin.Plugin.InitState, org.nuiton.plugin.Plugin.Packaging |
| Field Summary | |
|---|---|
protected boolean |
generateHelp
Flag to activate help id detection while parsing jaxx files. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractJaxxMojo()
|
|
| Method Summary | |
|---|---|
protected boolean |
checkPackaging()
|
String |
getEncoding()
|
protected Long |
getLastModified(File dir)
|
org.apache.maven.project.MavenProject |
getProject()
|
abstract File |
getTargetDirectory()
|
boolean |
isForce()
|
boolean |
isVerbose()
|
void |
setEncoding(String encoding)
|
void |
setForce(boolean force)
|
void |
setProject(org.apache.maven.project.MavenProject project)
|
abstract void |
setTargetDirectory(File targetDirectory)
|
void |
setVerbose(boolean verbose)
|
| Methods inherited from class org.nuiton.plugin.AbstractPlugin |
|---|
acceptPackaging, addCompileSourceRoots, addDirectoryToUrlsList, addResourceDir, addTestCompileSourceRoots, addTestResourceDir, addUrlToUrlsList, afterExecute, backupFile, checkResource, checkRunOnceDone, checkSkip, copyFile, createDirectoryIfNecessary, createNewFile, deleteFile, doAction, execute, getBackupFile, getFileFromBasedir, getFilesToTreate, getFilesToTreateForRoots, getRootProject, getTemplate, 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 |
|---|
protected boolean generateHelp
| Constructor Detail |
|---|
public AbstractJaxxMojo()
| Method Detail |
|---|
public abstract File getTargetDirectory()
public abstract void setTargetDirectory(File targetDirectory)
protected boolean checkPackaging()
checkPackaging in class org.nuiton.plugin.AbstractPluginpublic org.apache.maven.project.MavenProject getProject()
public boolean isVerbose()
public void setProject(org.apache.maven.project.MavenProject project)
public void setVerbose(boolean verbose)
public String getEncoding()
public void setEncoding(String encoding)
public boolean isForce()
public void setForce(boolean force)
protected Long getLastModified(File dir)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||