org.pegdown.plugins
Class PegDownPlugins
java.lang.Object
org.pegdown.plugins.PegDownPlugins
public class PegDownPlugins
- extends java.lang.Object
Encapsulates the plugins provided to pegdown.
Construct this using @{link PegdownPlugins#builder}, and then passing in either the Java plugin classes, or
precompiled rules (for greater control, or if using Scala rules).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static PegDownPlugins NONE
- Convenience reference to no plugins.
getInlinePluginRules
public org.parboiled.Rule[] getInlinePluginRules()
getBlockPluginRules
public org.parboiled.Rule[] getBlockPluginRules()
getSpecialChars
public java.lang.Character[] getSpecialChars()
builder
public static PegDownPlugins.Builder builder()
builder
public static PegDownPlugins.Builder builder(PegDownPlugins like)
- Create a builder that is a copy of the existing plugins