|
||||||||||
| 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.weblogic.AbstractWeblogicMojo
org.codehaus.mojo.weblogic.AppcMojo
public class AppcMojo
Run the weblogic appc compiler against an artifact.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.mojo.weblogic.AbstractWeblogicMojo |
|---|
WEBLOGIC_HOME_KEY |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AppcMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
This method will perform the appc compilation of artifact. |
String |
getInputArtifactPath()
Getter for property input artifact path. |
String |
getOutputArtifactPath()
Getter for property output artifact path. |
String |
getProjectPackaging()
Getter for property project packaging. |
boolean |
isBasicClientJar()
Getter for property basic client jar. |
boolean |
isForceGeneration()
Getter for property force generation. |
boolean |
isKeepGenerated()
Getter for property keep generated. |
boolean |
isLineNumbers()
Getter for property line numbers. |
boolean |
isVerbose()
Getter for property verbose. |
void |
setBasicClientJar(boolean inBasicClientJar)
Setter for the basic client jar. |
void |
setForceGeneration(boolean inForceGeneration)
Setter for the force generation. |
void |
setInputArtifactPath(String inInputArtifactPath)
Setter for the input artifact path. |
void |
setKeepGenerated(boolean inKeepGenerated)
Setter for the keep generated. |
void |
setLineNumbers(boolean inLineNumbers)
Setter for the line numbers. |
void |
setOutputArtifactPath(String inOutputArtifactPath)
Setter for the output artifact path. |
void |
setProjectPackaging(String inProjectPackaging)
Setter for the project packaging. |
void |
setVerbose(boolean inVerbose)
Setter for the verbose. |
String |
toString()
This method creates a String representation of this object. |
| Methods inherited from class org.codehaus.mojo.weblogic.AbstractWeblogicMojo |
|---|
createTargetDirectory, getArtifacts, getDefaultLogger, getDependencies, getOutputDirectory, getPluginArtifacts, getWeblogicHome, setArtifacts, setDependencies, setOutputDirectory, setPluginArtifacts, setProperties, setWeblogicHome |
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public AppcMojo()
| Method Detail |
|---|
public String getInputArtifactPath()
public void setInputArtifactPath(String inInputArtifactPath)
inInputArtifactPath - The value of input artifact path.
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractWeblogicMojoorg.apache.maven.plugin.MojoExecutionException - Thrown if we fail to access the complier or the comilation fails.AbstractWeblogicMojo.weblogicHomepublic boolean isVerbose()
public void setVerbose(boolean inVerbose)
inVerbose - The value of verbose.public boolean isBasicClientJar()
public void setBasicClientJar(boolean inBasicClientJar)
inBasicClientJar - The value of basic client jar.public boolean isForceGeneration()
public void setForceGeneration(boolean inForceGeneration)
inForceGeneration - The value of force generation.public boolean isKeepGenerated()
public void setKeepGenerated(boolean inKeepGenerated)
inKeepGenerated - The value of keep generated.public boolean isLineNumbers()
public void setLineNumbers(boolean inLineNumbers)
inLineNumbers - The value of line numbers.public String getOutputArtifactPath()
public void setOutputArtifactPath(String inOutputArtifactPath)
inOutputArtifactPath - The value of output artifact path.public String getProjectPackaging()
public void setProjectPackaging(String inProjectPackaging)
inProjectPackaging - The value of project packaging.public String toString()
toString in class AbstractWeblogicMojo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||