Class EndpointPathValidator
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.endpoint.EndpointPathValidator
-
public class EndpointPathValidator extends 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(String contextPath)
static void
validateEndpointPath(String contextPath, Set<String> usedContextPath)
-
-
-
Method Detail
-
validateEndpointPath
public static void validateEndpointPath(String contextPath) throws WrongArgumentException
- Throws:
WrongArgumentException
-
validateEndpointPath
public static void validateEndpointPath(String contextPath, Set<String> usedContextPath) throws WrongArgumentException
- Throws:
WrongArgumentException
-
-