org.granite.generator.as3
Interface JavaAs3GroovyConfiguration

All Superinterfaces:
Configuration, GroovyConfiguration
All Known Implementing Classes:
AntJavaAs3Task, BuilderConfiguration

public interface JavaAs3GroovyConfiguration
extends GroovyConfiguration

Author:
Franck WOLFF

Method Summary
 As3TypeFactory getAs3TypeFactory()
           
 java.io.File getBaseOutputDir(JavaAs3Input input)
           
 EntityFactory getEntityFactory()
           
 java.io.File getOutputDir(JavaAs3Input input)
           
 RemoteDestinationFactory getRemoteDestinationFactory()
           
 TemplateUri[] getTemplateUris(JavaType.Kind kind, java.lang.Class<?> clazz)
           
 java.util.List<PackageTranslator> getTranslators()
           
 java.lang.String getUid()
           
 boolean isGenerated(java.lang.Class<?> clazz)
           
 
Methods inherited from interface org.granite.generator.gsp.GroovyConfiguration
getGroovyTemplateFactory
 
Methods inherited from interface org.granite.generator.Configuration
getClassLoader
 

Method Detail

getUid

java.lang.String getUid()

isGenerated

boolean isGenerated(java.lang.Class<?> clazz)

getAs3TypeFactory

As3TypeFactory getAs3TypeFactory()

getTranslators

java.util.List<PackageTranslator> getTranslators()

getEntityFactory

EntityFactory getEntityFactory()

getRemoteDestinationFactory

RemoteDestinationFactory getRemoteDestinationFactory()

getTemplateUris

TemplateUri[] getTemplateUris(JavaType.Kind kind,
                              java.lang.Class<?> clazz)

getOutputDir

java.io.File getOutputDir(JavaAs3Input input)

getBaseOutputDir

java.io.File getBaseOutputDir(JavaAs3Input input)