|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.amf.config.FlexApp
public class FlexApp
Configuration element for a Flex app.
| Constructor Summary | |
|---|---|
FlexApp()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMainMxmlFile()
The path to the main mxml file. |
java.lang.String |
getName()
The name of this Flex app. |
java.lang.String |
getOutputPath()
The output directory of the app (relative to the base webapp directory). |
java.lang.String |
getSrcDir()
The source directory of the app (relative to the configuration file). |
void |
setMainMxmlFile(java.lang.String mainMxmlFile)
The path to the main mxml file. |
void |
setName(java.lang.String name)
The name of this Flex app. |
void |
setOutputPath(java.lang.String outputPath)
The output directory of the app (relative to the base webapp directory). |
void |
setSrcDir(java.lang.String srcDir)
The source directory of the app (relative to the configuration file). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlexApp()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of this Flex app.public java.lang.String getSrcDir()
public void setSrcDir(java.lang.String srcDir)
srcDir - The source directory of the app (relative to the configuration file).public java.lang.String getOutputPath()
public void setOutputPath(java.lang.String outputPath)
outputPath - The output directory of the app (relative to the base webapp directory).public java.lang.String getMainMxmlFile()
public void setMainMxmlFile(java.lang.String mainMxmlFile)
mainMxmlFile - The path to the main mxml file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||