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 | 
|---|---|---|
 | 
                            boolean | 
                            delete()delete the Java source file  | 
                        
 | 
                            boolean | 
                            equals(Object o) | 
                        
 | 
                            CharSequence | 
                            getCharContent(boolean ignoreEncodingErrors) | 
                        
 | 
                            int | 
                            hashCode() | 
                        
 | 
                            String | 
                            toString() | 
                        
| Methods inherited from class | Name | 
|---|---|
class SimpleJavaFileObject | 
                            toString, getName, delete, toUri, getLastModified, openInputStream, openOutputStream, getKind, openReader, getNestingKind, openWriter, getAccessLevel, getCharContent, isNameCompatible, 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 objectdelete the Java source file
true if deleted successfullyCopyright © 2003-2020 The Apache Software Foundation. All rights reserved.