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