Class FileSettingsSource

java.lang.Object
org.apache.maven.building.FileSource
org.apache.maven.settings.building.FileSettingsSource
All Implemented Interfaces:
Source, SettingsSource

@Deprecated public class FileSettingsSource extends FileSource implements SettingsSource
Deprecated.
instead use FileSource
Wraps an ordinary File as a settings source.
Author:
Benjamin Bentmann
  • Constructor Details

    • FileSettingsSource

      public FileSettingsSource(File settingsFile)
      Deprecated.
      Creates a new settings source backed by the specified file.
      Parameters:
      settingsFile - The settings file, must not be null.
  • Method Details

    • getSettingsFile

      @Deprecated public File getSettingsFile()
      Deprecated.
      Gets the settings file of this model source.
      Returns:
      The underlying settings file, never null.