org.granite.generator.as3
Class JavaAs3Input

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

public class JavaAs3Input
extends java.lang.Object
implements Input<java.lang.Class<?>>

Author:
Franck WOLFF

Constructor Summary
JavaAs3Input(java.lang.Class<?> type, java.io.File file)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.io.File getFile()
           
 JavaType getJavaType()
           
 java.lang.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(java.lang.Class<?> type,
                    java.io.File file)
Method Detail

getType

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

getDescription

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

getFile

public java.io.File getFile()

getJavaType

public JavaType getJavaType()

setJavaType

public void setJavaType(JavaType javaType)