Class InputSource

    • Constructor Detail

      • InputSource

        public InputSource()
    • Method Detail

      • getLocation

        public String getLocation()
        Get the path/URL of the POM or null if unknown.
        Returns:
        String
      • getModelId

        public String getModelId()
        Get the identifier of the POM in the format <groupId>:<artifactId>:<version>.
        Returns:
        String
      • setLocation

        public void setLocation(String location)
        Set the path/URL of the POM or null if unknown.
        Parameters:
        location -
      • setModelId

        public void setModelId(String modelId)
        Set the identifier of the POM in the format <groupId>:<artifactId>:<version>.
        Parameters:
        modelId -
      • toString

        public String toString()