FileSource
@Deprecated public class FileSettingsSource extends FileSource implements SettingsSource
File
as a settings source.Constructor and Description |
---|
FileSettingsSource(File settingsFile)
Deprecated.
Creates a new settings source backed by the specified file.
|
Modifier and Type | Method and Description |
---|---|
File |
getSettingsFile()
Deprecated.
instead use
FileSource.getFile() |
getFile, getInputStream, getLocation, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getInputStream, getLocation
public FileSettingsSource(File settingsFile)
settingsFile
- The settings file, must not be null
.@Deprecated public File getSettingsFile()
FileSource.getFile()
null
.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.