| java.lang.Object org.netbeans.modules.gsfret.source.parsing.SourceFileObject
SourceFileObject | public class SourceFileObject (Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: Tomas Zezula |
file | final FileObject file(Code) | | |
SourceFileObject | public SourceFileObject(FileObject file, boolean renderNow) throws IOException(Code) | | Creates a new instance of SourceFileObject
|
delete | public boolean delete()(Code) | | |
getCharContent | public CharBuffer getCharContent(boolean ignoreEncodingErrors) throws IOException(Code) | | |
getLastModified | public long getLastModified()(Code) | | Returns the mtime of the file, in the case of opened
modified file, the mtime is not known, this method returns
the current time.
|
getNameWithoutExtension | public String getNameWithoutExtension()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isOpened | public EditorCookie isOpened()(Code) | | |
|
|