|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--xjavadoc.filesystem.XJavadocFile
| Constructor Summary | |
XJavadocFile(File file)
|
|
| Method Summary | |
OutputStream |
getOutputStream()
Get an outputstream for the file. |
String |
getPath()
|
Reader |
getReader()
Obtain a reader for the file. |
Writer |
getWriter()
Obtain a writer for the file. |
boolean |
isWriteable()
Determine if the file is writeable or not. |
long |
lastModified()
Get the last modified timestamp of the file, or 0 if not available. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XJavadocFile(File file)
| Method Detail |
public Reader getReader()
throws IOException
AbstractFile
getReader in interface AbstractFileIOException
public Writer getWriter()
throws IOException
AbstractFile
getWriter in interface AbstractFileIOExceptionpublic boolean isWriteable()
AbstractFile
isWriteable in interface AbstractFile
public OutputStream getOutputStream()
throws FileNotFoundException
AbstractFile
getOutputStream in interface AbstractFileFileNotFoundExceptionpublic String getPath()
getPath in interface AbstractFilepublic long lastModified()
AbstractFile
lastModified in interface AbstractFilepublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||