StringSource@Deprecated public class StringModelSource extends StringSource implements ModelSource
CharSequence as a model source.| Constructor and Description | 
|---|
| StringModelSource(CharSequence pom)Deprecated.  Creates a new model source backed by the specified string. | 
| StringModelSource(CharSequence pom,
                 String location)Deprecated.  Creates a new model source backed by the specified string. | 
getContent, getInputStream, getLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInputStream, getLocationpublic StringModelSource(CharSequence pom)
pom - The POM's string representation, may be empty or null.public StringModelSource(CharSequence pom, String location)
pom - The POM's string representation, may be empty or null.location - The location to report for this use, may be null.Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.