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 useFileSourceWraps an ordinaryFileas 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.FilegetSettingsFile()Deprecated.instead useFileSource.getFile()-
Methods inherited from class org.apache.maven.building.FileSource
getFile, getInputStream, getLocation, toString
-
-