public class WriterJavaFileObject extends SimpleJavaFileObject
JavaFileObject.Kindkind, 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, toUripublic WriterJavaFileObject(IManifoldHost host, String fqn)
public WriterJavaFileObject(IManifoldHost host, String pkg, String filename)
public OutputStream openOutputStream() throws IOException
openOutputStream in interface FileObjectopenOutputStream in class SimpleJavaFileObjectIOExceptionpublic InputStream openInputStream() throws IOException
openInputStream in interface FileObjectopenInputStream in class SimpleJavaFileObjectIOExceptionCopyright © 2024. All rights reserved.