Class MatchedLocation
- java.lang.Object
-
- org.rootservices.otter.router.entity.MatchedLocation
-
public class MatchedLocation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatchedLocation(java.util.regex.Matcher matcher, Location location)MatchedLocation(Location location)
-
Method Summary
Modifier and Type Method Description LocationgetLocation()java.util.regex.MatchergetMatcher()voidsetLocation(Location location)voidsetMatcher(java.util.regex.Matcher matcher)java.lang.StringtoString()
-
-
-
Method Detail
-
getMatcher
public java.util.regex.Matcher getMatcher()
-
setMatcher
public void setMatcher(java.util.regex.Matcher matcher)
-
getLocation
public Location getLocation()
-
setLocation
public void setLocation(Location location)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-