Class PomFetcher


  • public class PomFetcher
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PomOutcome fetchPom​(java.lang.String pomArtifactCoordinates, java.util.Set<tech.kronicle.sdk.models.SoftwareRepository> softwareRepositories)  
      protected Pom readPomJson​(java.lang.String content)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fetchPom

        public PomOutcome fetchPom​(java.lang.String pomArtifactCoordinates,
                                   java.util.Set<tech.kronicle.sdk.models.SoftwareRepository> softwareRepositories)
      • readPomJson

        protected Pom readPomJson​(java.lang.String content)