public class FileWithSettingValue
extends java.io.File
File that stores the original setting value (string) it was
constructed from. This extra information is needed, for example, to
display the content of a loaded configuration file for the user.| Constructor and Description |
|---|
FileWithSettingValue(java.io.File parent,
java.lang.String child,
java.lang.String settingValue) |
FileWithSettingValue(java.lang.String path,
java.lang.String settingValue) |
FileWithSettingValue(java.lang.String parent,
java.lang.String child,
java.lang.String settingValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSettingValue() |
java.lang.String |
toString() |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toURI, toURLpublic FileWithSettingValue(java.io.File parent,
java.lang.String child,
java.lang.String settingValue)
public FileWithSettingValue(java.lang.String path,
java.lang.String settingValue)
public FileWithSettingValue(java.lang.String parent,
java.lang.String child,
java.lang.String settingValue)