Uses of Class
com.github.rjeschke.txtmark.Configuration
-
Packages that use Configuration Package Description com.github.rjeschke.txtmark -
-
Uses of Configuration in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as Configuration Modifier and Type Field Description private ConfigurationEmitter. configThe configuration.(package private) ConfigurationProcessor. configThe Configuration.static ConfigurationConfiguration. DEFAULTThis is the default configuration for txtmark'sprocessmethodsstatic ConfigurationConfiguration. DEFAULT_SAFEDefault safe configurationMethods in com.github.rjeschke.txtmark that return Configuration Modifier and Type Method Description ConfigurationConfiguration.Builder. build()Builds a configuration instance.Methods in com.github.rjeschke.txtmark with parameters of type Configuration Modifier and Type Method Description LineTypeLine. getLineType(Configuration configuration)Gets this line's type.static java.lang.StringProcessor. process(java.io.File file, Configuration configuration)Transforms an input file into HTML using the given Configuration.static java.lang.StringProcessor. process(java.io.InputStream input, Configuration configuration)Transforms an input stream into HTML using the given Configuration.static java.lang.StringProcessor. process(java.io.Reader reader, Configuration configuration)Transforms an input stream into HTML using the given Configuration.static java.lang.StringProcessor. process(java.lang.String input, Configuration configuration)Transforms an input String into HTML using the given Configuration.voidBlock. removeListIndent(Configuration configuration)Used for nested lists.Constructors in com.github.rjeschke.txtmark with parameters of type Configuration Constructor Description Emitter(Configuration config)Constructor.Processor(java.io.Reader reader, Configuration config)Constructor.
-