|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.exegetic.markout.patterns.AbstractFreeLinkPattern
net.exegetic.markout.patterns.WikiWordPattern
public class WikiWordPattern
This class provides WikiWords. And yeah, it's a little cheap that this class extends AbstractFreeLinkPattern, instead of implementing the CamelCaseFoLife interface or something, but we won't tell if you don't.
| Field Summary |
|---|
| Fields inherited from class net.exegetic.markout.patterns.AbstractFreeLinkPattern |
|---|
RESOURCE_NAME_REGEX |
| Constructor Summary | |
|---|---|
WikiWordPattern()
Constructs an empty WikiWordPattern. |
|
WikiWordPattern(java.lang.String replacementPattern)
Constructs a WikiWordPattern and sets the replacement pattern. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMatcherPattern()
Returns the matcher patten. |
| Methods inherited from class net.exegetic.markout.patterns.AbstractFreeLinkPattern |
|---|
getMarkdownReplacementPattern, getReplacementPattern, setReplacementPattern, wrapInBrackets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiWordPattern()
public WikiWordPattern(java.lang.String replacementPattern)
replacementPattern - Replacement pattern| Method Detail |
|---|
public java.lang.String getMatcherPattern()
[A-Z]+[a-z]+[A-Z][A-Za-z]*.
getMatcherPattern in interface FreeLinkPatterngetMatcherPattern in class AbstractFreeLinkPattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||