|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.appassembler.AbstractAppAssemblerMojo
org.codehaus.mojo.appassembler.AbstractScriptGeneratorMojo
public abstract class AbstractScriptGeneratorMojo
This is intended to collect all generic parts of the script generating Mojos assemble and generate-daemons into a single class. A first step of hopefully merging the two into one some day.
| Field Summary | |
|---|---|
protected List |
artifacts
|
protected DaemonGeneratorService |
daemonGeneratorService
|
protected String |
environmentSetupFileName
Setup file in $BASEDIR/bin to be called prior to execution. |
protected File |
licenseHeaderFile
You can define a license header file which will be used instead the default header in the generated scripts. |
protected org.apache.maven.project.MavenProject |
mavenProject
|
protected String |
unixScriptTemplate
The unix template of the generated script. |
protected String |
windowsScriptTemplate
The windows template of the generated script. |
| Fields inherited from class org.codehaus.mojo.appassembler.AbstractAppAssemblerMojo |
|---|
artifactRepositoryFactory, container, localRepository, outputFileNameMapping, projectArtifact, repositoryLayout, useTimestampInSnapshotFileName |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractScriptGeneratorMojo()
|
|
| Method Summary | |
|---|---|
boolean |
isUseWildcardClassPath()
Should the /* part for the classpath be used or not. |
void |
setUseWildcardClassPath(boolean useWildcardClassPath)
Use wildcard classpath or not. |
| Methods inherited from class org.codehaus.mojo.appassembler.AbstractAppAssemblerMojo |
|---|
contextualize, getArtifactRepositoryLayout, installArtifact, installArtifact |
| 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 |
|---|
execute |
| Field Detail |
|---|
protected String environmentSetupFileName
$BASEDIR/bin to be called prior to execution.
Note: only for the jsw platform. If this optional environment file also sets up
WRAPPER_CONF_OVERRIDES variable, it will be passed into JSW native launcher's command line arguments to override
wrapper.conf's properties. See http://wrapper.tanukisoftware.com/doc/english/props-command-line.html for details.
protected File licenseHeaderFile
protected String unixScriptTemplate
protected String windowsScriptTemplate
protected List artifacts
protected org.apache.maven.project.MavenProject mavenProject
protected DaemonGeneratorService daemonGeneratorService
| Constructor Detail |
|---|
public AbstractScriptGeneratorMojo()
| Method Detail |
|---|
public boolean isUseWildcardClassPath()
/* part for the classpath be used or not.
public void setUseWildcardClassPath(boolean useWildcardClassPath)
useWildcardClassPath - true to use wildcard classpath false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||