public class JavaAs3Output extends java.lang.Object implements Output<ClientType>
| Constructor and Description |
|---|
JavaAs3Output(JavaType javaType,
Template template,
java.io.File dir,
java.io.File file,
boolean outdated,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.io.File |
getDir() |
java.io.File |
getFile() |
JavaType |
getJavaType() |
java.lang.String |
getMessage() |
ClientType |
getTargetType() |
Template |
getTemplate() |
boolean |
isOutdated() |
java.io.OutputStream |
openStream() |
java.io.PrintWriter |
openWriter() |
public JavaAs3Output(JavaType javaType, Template template, java.io.File dir, java.io.File file, boolean outdated, java.lang.String message)
public JavaType getJavaType()
public ClientType getTargetType()
getTargetType in interface Output<ClientType>public java.lang.String getDescription()
getDescription in interface Output<ClientType>public Template getTemplate()
public java.io.File getDir()
public java.io.File getFile()
public boolean isOutdated()
isOutdated in interface Output<ClientType>public java.lang.String getMessage()
getMessage in interface Output<ClientType>public java.io.OutputStream openStream() throws java.io.IOException
java.io.IOExceptionpublic java.io.PrintWriter openWriter() throws java.io.IOException
java.io.IOException