public class WriterJavaFileObject extends SimpleJavaFileObject
JavaFileObject.Kind
kind, uri
Constructor and Description |
---|
WriterJavaFileObject(IManifoldHost host,
String fqn) |
WriterJavaFileObject(IManifoldHost host,
String pkg,
String filename) |
Modifier and Type | Method and Description |
---|---|
InputStream |
openInputStream() |
OutputStream |
openOutputStream() |
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openReader, openWriter, toString, toUri
public WriterJavaFileObject(IManifoldHost host, String fqn)
public WriterJavaFileObject(IManifoldHost host, String pkg, String filename)
public OutputStream openOutputStream() throws IOException
openOutputStream
in interface FileObject
openOutputStream
in class SimpleJavaFileObject
IOException
public InputStream openInputStream() throws IOException
openInputStream
in interface FileObject
openInputStream
in class SimpleJavaFileObject
IOException
Copyright © 2020. All rights reserved.