Class LogicLocation


  • public class LogicLocation
    extends java.lang.Object
    Contains the information required to execute externally hosted logic. The scheme of this logic and the location will be present. This object is built from a URI.
    • Method Detail

      • isValid

        public static boolean isValid​(java.lang.String uri)
        Tests whether the given URI is a valid logic location
        Parameters:
        uri - URI to test
        Returns:
        true if the URL is valid, else false
      • getLocation

        @NotBlank
        public @NotBlank java.lang.String getLocation()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object