|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.spicefactory.pimento.generator.ant.AbstractCinnamonGeneratorTask
org.spicefactory.pimento.generator.ant.CinnamonGeneratorTask
public class CinnamonGeneratorTask
Ant Task that generates AS3 source code for service interfaces and proxies and Parsley XML configuration files based on Cinnamon's own XML configuration format.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
CinnamonGeneratorTask()
|
|
| Method Summary | |
|---|---|
protected ConfigurationBuilder |
createConfigurationBuilder(File configFile)
Creates the ConfigurationBuilder implementation this Ant Task should use. |
| Methods inherited from class org.spicefactory.pimento.generator.ant.AbstractCinnamonGeneratorTask |
|---|
addAs3SourceGenerator, addPackageMapping, addParsleyConfigGenerator, addTypeMapping, execute, setConfigFile, setNamingStrategy, setTemplateDir |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CinnamonGeneratorTask()
| Method Detail |
|---|
protected ConfigurationBuilder createConfigurationBuilder(File configFile)
AbstractCinnamonGeneratorTaskThere are two builtin implementation: SpringConfigurationBuilder which
uses a Spring ApplicationContext for configuration and
XmlConfigurationParser which processes Cinnamon's own custom XML
configuration format.
createConfigurationBuilder in class AbstractCinnamonGeneratorTaskconfigFile - the file to load the configuration from
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||