|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.AbstractMojo org.codehaus.mojo.javascript.AbstractCompressMojo org.codehaus.mojo.javascript.TitaniumPreparePackage
public class TitaniumPreparePackage
This goal strips and compress the source scripts in order to create the distribution package.
Field Summary | |
---|---|
protected java.lang.String |
executeMode
The package execution mode. |
protected boolean |
forceCompress
Force compression even if not in "none" executeMode. |
protected java.lang.String |
platform
The platform for which the code should be compiled. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
TitaniumPreparePackage()
|
Method Summary | |
---|---|
protected void |
copy()
|
void |
execute()
|
java.lang.String |
getExtension()
|
protected java.io.File |
getOutputDirectory()
|
protected java.lang.String |
getScriptsDir()
|
protected java.io.File |
getSourceDirectory()
|
protected java.io.File |
getStrippedDirectory()
|
protected java.lang.String |
getStrippedDirName()
|
Methods inherited from class org.codehaus.mojo.javascript.AbstractCompressMojo |
---|
getDirectoryScanner, setLocalRepository |
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 |
Field Detail |
---|
protected java.lang.String executeMode
The package execution mode.
Allow the execution of the package on an emulator/device.
Values are:
AbstractTitaniumPackageMojo.virtualDevice
.
protected java.lang.String platform
protected boolean forceCompress
Constructor Detail |
---|
public TitaniumPreparePackage()
Method Detail |
---|
protected java.lang.String getScriptsDir()
protected java.lang.String getStrippedDirName()
public java.lang.String getExtension()
getExtension
in class AbstractCompressMojo
AbstractCompressMojo.getExtension()
protected java.io.File getOutputDirectory()
getOutputDirectory
in class AbstractCompressMojo
AbstractCompressMojo.getOutputDirectory()
protected java.io.File getStrippedDirectory()
getStrippedDirectory
in class AbstractCompressMojo
AbstractCompressMojo.getOutputDirectory()
protected java.io.File getSourceDirectory()
getSourceDirectory
in class AbstractCompressMojo
AbstractCompressMojo.getSourceDirectory()
public void execute() throws org.apache.maven.plugin.MojoExecutionException
AbstractCompressMojo
execute
in interface org.apache.maven.plugin.Mojo
execute
in class AbstractCompressMojo
org.apache.maven.plugin.MojoExecutionException
Mojo.execute()
protected void copy() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |