Class StringModelSource

    • Constructor Summary

      Constructors 
      Constructor 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.
    • Constructor Detail

      • StringModelSource

        public StringModelSource​(java.lang.CharSequence pom)
        Deprecated.
        Creates a new model source backed by the specified string.
        Parameters:
        pom - The POM's string representation, may be empty or null.
      • StringModelSource

        public StringModelSource​(java.lang.CharSequence pom,
                                 java.lang.String location)
        Deprecated.
        Creates a new model source backed by the specified string.
        Parameters:
        pom - The POM's string representation, may be empty or null.
        location - The location to report for this use, may be null.