Class EndpointPathValidator


  • public class EndpointPathValidator
    extends java.lang.Object
    Helper for validation endpoint path
    Author:
    P.Piernik
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void validateEndpointPath​(java.lang.String contextPath)  
      static void validateEndpointPath​(java.lang.String contextPath, java.util.Set<java.lang.String> usedContextPath)  
      • Methods inherited from class java.lang.Object

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

      • EndpointPathValidator

        public EndpointPathValidator()
    • Method Detail

      • validateEndpointPath

        public static void validateEndpointPath​(java.lang.String contextPath)
                                         throws pl.edu.icm.unity.exceptions.WrongArgumentException
        Throws:
        pl.edu.icm.unity.exceptions.WrongArgumentException
      • validateEndpointPath

        public static void validateEndpointPath​(java.lang.String contextPath,
                                                java.util.Set<java.lang.String> usedContextPath)
                                         throws pl.edu.icm.unity.exceptions.WrongArgumentException
        Throws:
        pl.edu.icm.unity.exceptions.WrongArgumentException