public class RawJavaFileObject extends SimpleJavaFileObject
Represents a Java source file in file to compile
| Constructor and description | 
|---|
| RawJavaFileObject
                                (URI uri)Construct a RawJavaFileObject of the given kind and with the given URI. | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public boolean | delete()delete the Java source file | 
|  | public boolean | equals(Object o) | 
|  | public CharSequence | getCharContent(boolean ignoreEncodingErrors) | 
|  | public int | hashCode() | 
|  | public String | toString() | 
| Methods inherited from class | Name | 
|---|---|
| class SimpleJavaFileObject | getName, toString, delete, toUri, getLastModified, openReader, isNameCompatible, getCharContent, openWriter, getAccessLevel, getNestingKind, getKind, openInputStream, openOutputStream, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
Construct a RawJavaFileObject of the given kind and with the given URI.
uri -   the URI for this file objectCopyright © 2003-2024 The Apache Software Foundation. All rights reserved.