StringSource@Deprecated public class StringModelSource extends org.apache.maven.building.StringSource implements ModelSource
CharSequence as a model source.| Constructor and Description |
|---|
StringModelSource(java.lang.CharSequence pom)
Deprecated.
Creates a new model source backed by the specified string.
|
StringModelSource(java.lang.CharSequence pom,
java.lang.String location)
Deprecated.
Creates a new model source backed by the specified string.
|
public StringModelSource(java.lang.CharSequence pom)
pom - The POM's string representation, may be empty or null.public StringModelSource(java.lang.CharSequence pom,
java.lang.String location)
pom - The POM's string representation, may be empty or null.location - The location to report for this use, may be null.