Class FileSettingsSource
java.lang.Object
org.apache.maven.building.FileSource
org.apache.maven.settings.building.FileSettingsSource
- All Implemented Interfaces:
- Source,- SettingsSource
Deprecated.
Wraps an ordinary 
File as a settings source.- 
Constructor SummaryConstructorsConstructorDescriptionFileSettingsSource(File settingsFile) Deprecated.Creates a new settings source backed by the specified file.
- 
Method SummaryMethods inherited from class org.apache.maven.building.FileSourceequals, getFile, getInputStream, getLocation, getPath, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.building.SourcegetInputStream, getLocation
- 
Constructor Details- 
FileSettingsSourceDeprecated.Creates a new settings source backed by the specified file.- Parameters:
- settingsFile- The settings file, must not be- null.
 
 
- 
- 
Method Details- 
getSettingsFileDeprecated.instead useFileSource.getFile()Gets the settings file of this model source.- Returns:
- The underlying settings file, never null.
 
 
- 
FileSource