|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.io.File
|
+--com.swfit.core.io.ReloadFile
The ReloadFile extends the java.io.File to
store the value of the modification date for further reference.
| Fields inherited from class java.io.File |
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
ReloadFile(java.io.File dir,
java.lang.String file_name)
Creates a new ReloadFile instance. |
|
ReloadFile(java.lang.String file_path)
Creates a new ReloadFile instance. |
|
ReloadFile(java.lang.String file_dir,
java.lang.String file_name)
Creates a new ReloadFile instance. |
|
| Method Summary | |
boolean |
modified()
Checks if state has changed since last time the method was called. |
| 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, isDirectory, 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 |
public ReloadFile(java.lang.String file_path)
ReloadFile instance.file_path - The full path to the file
public ReloadFile(java.lang.String file_dir,
java.lang.String file_name)
ReloadFile instance.file_dir - The path to the parent directoryfile_name - The file name
public ReloadFile(java.io.File dir,
java.lang.String file_name)
ReloadFile instance.dir - The parent directoryfile_name - The file name| Method Detail |
public boolean modified()
boolean value.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||