org.granite.generator.as3
Class JavaAs3Input
java.lang.Object
org.granite.generator.as3.JavaAs3Input
- All Implemented Interfaces:
- Input<Class<?>>
public class JavaAs3Input
- extends Object
- implements Input<Class<?>>
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaAs3Input
public JavaAs3Input(Class<?> type,
File file)
JavaAs3Input
public JavaAs3Input(Class<?> type,
File file,
Map<String,String> attributes)
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)