Package com.floragunn.codova.config.text
Class SimplePatternImpl
- java.lang.Object
-
- com.floragunn.codova.config.text.PatternImpl
-
- com.floragunn.codova.config.text.SimplePatternImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)com.floragunn.fluent.collections.ImmutableSet<String>getConstants()com.floragunn.fluent.collections.ImmutableSet<String>getPatterns()inthashCode()booleanmatches(String string)ObjecttoBasicObject()StringtoString()-
Methods inherited from class com.floragunn.codova.config.text.PatternImpl
excluding, getMatching, getMatching, isBlank, isWildcard, iterateMatching, iterateMatching, matches, test
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.floragunn.codova.documents.Document
meta, toBytes, toDeepBasicObject, toDocNode, toJsonString, toPrettyJsonString, toSmile, toString, toYamlString
-
-