|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.file.FileDetails
public class FileDetails
A wrapper class that describes a file.
Constructor Summary | |
---|---|
FileDetails(java.io.File file,
boolean isBinary)
Construct a FileDetails object |
Method Summary | |
---|---|
java.io.File |
getFile()
Return the file. |
boolean |
isBinary()
Return the file type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDetails(java.io.File file, boolean isBinary)
theFile
- the filebinary
- true if the file is binary, false if it is textMethod Detail |
---|
public java.io.File getFile()
public boolean isBinary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |