Class PathDefinition
java.lang.Object
org.hawaiiframework.logging.model.PathDefinition
A definition for a path and method.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.PathDefinition(String pattern) Constructor for the givenpattern.PathDefinition(String method, String pattern) Constructor for the givenmethodandpattern. -
Method Summary
-
Constructor Details
-
PathDefinition
public PathDefinition()Default constructor. -
PathDefinition
Constructor for the givenpattern. -
PathDefinition
Constructor for the givenmethodandpattern.
-
-
Method Details
-
matches
Check whether the method and path matches this definition. -
getPattern
-
setPattern
-
getMethod
-
setMethod
-