Package fmpp.setting

Class FileWithConfigurationBase

java.lang.Object
java.io.File
fmpp.setting.FileWithSettingValue
fmpp.setting.FileWithConfigurationBase
All Implemented Interfaces:
Serializable, Comparable<File>

public class FileWithConfigurationBase extends FileWithSettingValue
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.
See Also:
  • Constructor Details

    • FileWithConfigurationBase

      public FileWithConfigurationBase(File configurationBase, String path, String settingValue)
      Creates a new instance. The path will not be resolved relatively to the configurationBase. If it was a relative path, then it remains that.
  • Method Details