SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.client.filesys
Class FileSystemRoot

java.lang.Object
  |
  +--java.io.File
        |
        +--org.sourcejammer.client.filesys.FileSystemRoot
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class FileSystemRoot
extends java.io.File

Wrapping File objects that represent file system roots should get around the Windows 32 bug where a dialog pops up if you have not disk in your floppy drive. Thanks to poster axlrosen on java.sun.com for the tip.

See Also:
Serialized Form

Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
FileSystemRoot(java.io.File f)
           
FileSystemRoot(java.lang.String s)
           
 
Method Summary
 boolean isDirectory()
           
 
Methods inherited from class java.io.File
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemRoot

public FileSystemRoot(java.io.File f)

FileSystemRoot

public FileSystemRoot(java.lang.String s)
Method Detail

isDirectory

public boolean isDirectory()
Overrides:
isDirectory in class java.io.File

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan