|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.File
fmpp.setting.FileWithSettingValue
fmpp.setting.FileWithConfigurationBase
public class FileWithConfigurationBase
File that stores the current configuration base directory at
the time it was instantiated. This extra information is
needed if the path may need or need not be resolved relatively to the
configuration base later, depending on factors that are not known when
the setting value is set.
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
FileWithConfigurationBase(java.io.File configurationBase,
java.lang.String path,
java.lang.String settingValue)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.io.File |
getConfigurationBase()
|
java.lang.String |
toString()
|
| Methods inherited from class fmpp.setting.FileWithSettingValue |
|---|
getSettingValue |
| Methods inherited from class java.io.File |
|---|
canRead, canWrite, 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, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileWithConfigurationBase(java.io.File configurationBase,
java.lang.String path,
java.lang.String settingValue)
path will not be resolved relatively to the
configurationBase. If it was a relative path, then
it remains that.
| Method Detail |
|---|
public java.io.File getConfigurationBase()
public java.lang.String toString()
toString in class FileWithSettingValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||