Class FileSettingsSource
- java.lang.Object
-
- org.apache.maven.building.FileSource
-
- org.apache.maven.settings.building.FileSettingsSource
-
- All Implemented Interfaces:
org.apache.maven.building.Source
,SettingsSource
@Deprecated public class FileSettingsSource extends org.apache.maven.building.FileSource implements SettingsSource
Deprecated.instead useFileSource
Wraps an ordinaryFile
as a settings source.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description FileSettingsSource(java.io.File settingsFile)
Deprecated.Creates a new settings source backed by the specified file.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.File
getSettingsFile()
Deprecated.instead useFileSource.getFile()
-
Methods inherited from class org.apache.maven.building.FileSource
getFile, getInputStream, getLocation, toString
-
-