org.granite.generator.as3
Class JavaAs3Output
java.lang.Object
org.granite.generator.as3.JavaAs3Output
- All Implemented Interfaces:
- Output<ClientType>
public class JavaAs3Output
- extends Object
- implements Output<ClientType>
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaAs3Output
public JavaAs3Output(JavaType javaType,
Template template,
File dir,
File file,
boolean outdated,
String message)
getJavaType
public JavaType getJavaType()
getTargetType
public ClientType getTargetType()
- Specified by:
getTargetType in interface Output<ClientType>
getDescription
public String getDescription()
- Specified by:
getDescription in interface Output<ClientType>
getTemplate
public Template getTemplate()
getDir
public File getDir()
getFile
public File getFile()
isOutdated
public boolean isOutdated()
- Specified by:
isOutdated in interface Output<ClientType>
getMessage
public String getMessage()
- Specified by:
getMessage in interface Output<ClientType>
openStream
public OutputStream openStream()
throws IOException
- Throws:
IOException
openWriter
public PrintWriter openWriter()
throws IOException
- Throws:
IOException