Class EndpointPathValidator
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.endpoint.EndpointPathValidator
-
public class EndpointPathValidator extends java.lang.Object
Helper for validation endpoint path- Author:
- P.Piernik
-
-
Constructor Summary
Constructors Constructor Description EndpointPathValidator()
-
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)
-
-
-
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
-
-