|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.amf.config.FlexCompilerConfig
public class FlexCompilerConfig
Configuration element for extra flex compiler options.
| Constructor Summary | |
|---|---|
FlexCompilerConfig()
|
|
| Method Summary | |
|---|---|
void |
addArg(java.lang.String arg)
Extra args for the Flex compile. |
void |
addJVMArg(java.lang.String arg)
Add a compile JVM arg to the list of those passed to the compiler. |
void |
addLicense(License license)
Add a license. |
java.util.List<java.lang.String> |
getArgs()
Extra args for the Flex compile. |
java.lang.String |
getContextRoot()
|
java.lang.Boolean |
getDebug()
|
java.lang.String |
getFlexCompileCommand()
The flex compiler command. |
java.io.File |
getFlexConfig()
|
java.lang.Boolean |
getIncremental()
|
java.util.List<java.lang.String> |
getJVMArgs()
Get the list of JVM args to be passed to the flex compiler. |
java.util.List<License> |
getLicenses()
Get the licenses for the compiler. |
java.lang.String |
getLocale()
|
java.lang.Boolean |
getOptimize()
|
java.lang.Boolean |
getProfile()
|
java.lang.Boolean |
getShowActionscriptWarnings()
|
java.lang.Boolean |
getShowBindingWarnings()
|
java.lang.Boolean |
getShowDeprecationWarnings()
|
java.lang.Boolean |
getStrict()
|
java.lang.String |
getSwcCompileCommand()
The SWC compile command. |
java.lang.Boolean |
getUseNetwork()
|
java.lang.Boolean |
getWarnings()
|
void |
setContextRoot(java.lang.String contextRoot)
|
void |
setDebug(java.lang.Boolean debug)
|
void |
setFlexCompileCommand(java.lang.String flexCompileCommand)
The flex compiler command. |
void |
setFlexConfig(java.io.File flexConfig)
|
void |
setIncremental(java.lang.Boolean incremental)
|
void |
setLocale(java.lang.String locale)
|
void |
setOptimize(java.lang.Boolean optimize)
|
void |
setProfile(java.lang.Boolean profile)
|
void |
setShowActionscriptWarnings(java.lang.Boolean showActionscriptWarnings)
|
void |
setShowBindingWarnings(java.lang.Boolean showBindingWarnings)
|
void |
setShowDeprecationWarnings(java.lang.Boolean showDeprecationWarnings)
|
void |
setStrict(java.lang.Boolean strict)
|
void |
setSwcCompileCommand(java.lang.String swcCompileCommand)
The SWC compile command. |
void |
setUseNetwork(java.lang.Boolean useNetwork)
|
void |
setWarnings(java.lang.Boolean warnings)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlexCompilerConfig()
| Method Detail |
|---|
public java.lang.String getSwcCompileCommand()
public void setSwcCompileCommand(java.lang.String swcCompileCommand)
swcCompileCommand - The SWC compile command.public java.lang.String getFlexCompileCommand()
public void setFlexCompileCommand(java.lang.String flexCompileCommand)
flexCompileCommand - The flex compiler command.public java.lang.String getContextRoot()
public void setContextRoot(java.lang.String contextRoot)
public java.util.List<java.lang.String> getJVMArgs()
public void addJVMArg(java.lang.String arg)
arg - The argument to pass.public java.util.List<java.lang.String> getArgs()
public void addArg(java.lang.String arg)
arg - Extra args for the Flex compile.public java.util.List<License> getLicenses()
public void addLicense(License license)
license - The license to add.public java.io.File getFlexConfig()
public void setFlexConfig(java.io.File flexConfig)
public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
public java.lang.Boolean getOptimize()
public void setOptimize(java.lang.Boolean optimize)
public java.lang.Boolean getDebug()
public void setDebug(java.lang.Boolean debug)
public java.lang.Boolean getProfile()
public void setProfile(java.lang.Boolean profile)
public java.lang.Boolean getStrict()
public void setStrict(java.lang.Boolean strict)
public java.lang.Boolean getUseNetwork()
public void setUseNetwork(java.lang.Boolean useNetwork)
public java.lang.Boolean getIncremental()
public void setIncremental(java.lang.Boolean incremental)
public java.lang.Boolean getWarnings()
public void setWarnings(java.lang.Boolean warnings)
public java.lang.Boolean getShowActionscriptWarnings()
public void setShowActionscriptWarnings(java.lang.Boolean showActionscriptWarnings)
public java.lang.Boolean getShowBindingWarnings()
public void setShowBindingWarnings(java.lang.Boolean showBindingWarnings)
public java.lang.Boolean getShowDeprecationWarnings()
public void setShowDeprecationWarnings(java.lang.Boolean showDeprecationWarnings)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||