org.granite.generator.as3
Class JavaAs3Input

java.lang.Object
  extended by org.granite.generator.as3.JavaAs3Input
All Implemented Interfaces:
Input<Class<?>>

public class JavaAs3Input
extends Object
implements Input<Class<?>>

Author:
Franck WOLFF

Constructor Summary
JavaAs3Input(Class<?> type, File file)
           
JavaAs3Input(Class<?> type, File file, Map<String,String> attributes)
           
 
Method Summary
 Map<String,String> getAttributes()
           
 String getDescription()
           
 File getFile()
           
 JavaType getJavaType()
           
 Class<?> getType()
           
 void setJavaType(JavaType javaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAs3Input

public JavaAs3Input(Class<?> type,
                    File file)

JavaAs3Input

public JavaAs3Input(Class<?> type,
                    File file,
                    Map<String,String> attributes)
Method Detail

getType

public Class<?> getType()
Specified by:
getType in interface Input<Class<?>>

getDescription

public String getDescription()
Specified by:
getDescription in interface Input<Class<?>>

getFile

public File getFile()

getJavaType

public JavaType getJavaType()

getAttributes

public Map<String,String> getAttributes()

setJavaType

public void setJavaType(JavaType javaType)