org.apache.maven.building.Source, SettingsSource@Deprecated public class StringSettingsSource extends org.apache.maven.building.StringSource implements SettingsSource
StringSourceCharSequence as a settings source.| Constructor | Description |
|---|---|
StringSettingsSource(java.lang.CharSequence settings) |
Deprecated.
Creates a new settings source backed by the specified string.
|
StringSettingsSource(java.lang.CharSequence settings,
java.lang.String location) |
Deprecated.
Creates a new settings source backed by the specified string.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSettings() |
Deprecated.
instead use
StringSource.getContent() |
public StringSettingsSource(java.lang.CharSequence settings)
settings - The settings' string representation, may be empty or null.public StringSettingsSource(java.lang.CharSequence settings,
java.lang.String location)
settings - The settings' string representation, may be empty or null.location - The location to report for this use, may be null.