org.codehaus.enunciate.modules.amf.config
Class FlexApp

java.lang.Object
  extended by org.codehaus.enunciate.modules.amf.config.FlexApp

public class FlexApp
extends java.lang.Object

Configuration element for a Flex app.

Author:
Ryan Heaton

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

FlexApp

public FlexApp()
Method Detail

getName

public java.lang.String getName()
The name of this Flex app.

Returns:
The name of this Flex app.

setName

public void setName(java.lang.String name)
The name of this Flex app.

Parameters:
name - The name of this Flex app.

getSrcDir

public java.lang.String getSrcDir()
The source directory of the app (relative to the configuration file).

Returns:
The source directory.

setSrcDir

public void setSrcDir(java.lang.String srcDir)
The source directory of the app (relative to the configuration file).

Parameters:
srcDir - The source directory of the app (relative to the configuration file).

getOutputPath

public java.lang.String getOutputPath()
The output directory of the app (relative to the base webapp directory).

Returns:
The output directory of the app (relative to the base webapp directory).

setOutputPath

public void setOutputPath(java.lang.String outputPath)
The output directory of the app (relative to the base webapp directory).

Parameters:
outputPath - The output directory of the app (relative to the base webapp directory).

getMainMxmlFile

public java.lang.String getMainMxmlFile()
The path to the main mxml file.

Returns:
The path to the main mxml file.

setMainMxmlFile

public void setMainMxmlFile(java.lang.String mainMxmlFile)
The path to the main mxml file.

Parameters:
mainMxmlFile - The path to the main mxml file.