Class ArtifactReferenceURI

java.lang.Object
com.netflix.spinnaker.kork.artifacts.artifactstore.ArtifactReferenceURI

public class ArtifactReferenceURI extends Object
A URI that can parse and allow for ArtifactStorage to easily get specific information about the URI
  • Constructor Details

    • ArtifactReferenceURI

      public ArtifactReferenceURI()
  • Method Details

    • uri

      public String uri()
    • paths

      public String paths()
    • is

      public static boolean is(String reference)
      Used to determine whether a String is in the artifact reference URI format.
    • parse

      public static ArtifactReferenceURI parse(String reference)