Class OyRemote.UrlOy

  • Enclosing class:
    OyRemote

    public static final class OyRemote.UrlOy
    extends Object
    Objectionary URL template. Assumes two placeholders in terms of String.format(String, Object...): 1st for version hash, 2nd for program name.
    Example: "https://raw.githubusercontent.com/objectionary/home/%s/objects/%s.eo"
    Since:
    1.0
    • Constructor Detail

      • UrlOy

        public UrlOy​(String template,
                     String hash)
        Ctor.
        Parameters:
        template - URL template.
        hash - Objects version hash.