jar

org.kefirsf : kefirbb

Maven & Gradle

Oct 18, 2016
85 stars

KefirBB · KefirBB is a Java-library for text processing. Initially it was developed for BB2HTML translation. But flexible configuration allows to use it in different cases. For example for parsing Markdown, Textile, and for HTML filtration.

Table Of Contents

Latest Version

Download org.kefirsf : kefirbb JAR file - Latest Versions:

All Versions

Download org.kefirsf : kefirbb JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5
1.4
1.3
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kefirbb-1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.kefirsf.bb.conf

├─ org.kefirsf.bb.conf.AbstractGhostable.class - [JAR]

├─ org.kefirsf.bb.conf.Action.class - [JAR]

├─ org.kefirsf.bb.conf.BlankLine.class - [JAR]

├─ org.kefirsf.bb.conf.Bol.class - [JAR]

├─ org.kefirsf.bb.conf.Code.class - [JAR]

├─ org.kefirsf.bb.conf.Configuration.class - [JAR]

├─ org.kefirsf.bb.conf.Constant.class - [JAR]

├─ org.kefirsf.bb.conf.ElementListOwner.class - [JAR]

├─ org.kefirsf.bb.conf.Email.class - [JAR]

├─ org.kefirsf.bb.conf.Eol.class - [JAR]

├─ org.kefirsf.bb.conf.Function.class - [JAR]

├─ org.kefirsf.bb.conf.GhostableNamedElement.class - [JAR]

├─ org.kefirsf.bb.conf.If.class - [JAR]

├─ org.kefirsf.bb.conf.Junk.class - [JAR]

├─ org.kefirsf.bb.conf.NamedElement.class - [JAR]

├─ org.kefirsf.bb.conf.NamedValue.class - [JAR]

├─ org.kefirsf.bb.conf.Pattern.class - [JAR]

├─ org.kefirsf.bb.conf.PatternElement.class - [JAR]

├─ org.kefirsf.bb.conf.Scope.class - [JAR]

├─ org.kefirsf.bb.conf.Template.class - [JAR]

├─ org.kefirsf.bb.conf.TemplateElement.class - [JAR]

├─ org.kefirsf.bb.conf.Text.class - [JAR]

├─ org.kefirsf.bb.conf.Url.class - [JAR]

├─ org.kefirsf.bb.conf.Variable.class - [JAR]

org.kefirsf.bb.proc

├─ org.kefirsf.bb.proc.AbstractEol.class - [JAR]

├─ org.kefirsf.bb.proc.AbstractTemplate.class - [JAR]

├─ org.kefirsf.bb.proc.AbstractUrl.class - [JAR]

├─ org.kefirsf.bb.proc.BBProcessor.class - [JAR]

├─ org.kefirsf.bb.proc.Check.class - [JAR]

├─ org.kefirsf.bb.proc.Context.class - [JAR]

├─ org.kefirsf.bb.proc.IfExpression.class - [JAR]

├─ org.kefirsf.bb.proc.NestingException.class - [JAR]

├─ org.kefirsf.bb.proc.PatternConstant.class - [JAR]

├─ org.kefirsf.bb.proc.PatternJunk.class - [JAR]

├─ org.kefirsf.bb.proc.ProcBlankLine.class - [JAR]

├─ org.kefirsf.bb.proc.ProcBol.class - [JAR]

├─ org.kefirsf.bb.proc.ProcCode.class - [JAR]

├─ org.kefirsf.bb.proc.ProcEmail.class - [JAR]

├─ org.kefirsf.bb.proc.ProcEol.class - [JAR]

├─ org.kefirsf.bb.proc.ProcNamedElement.class - [JAR]

├─ org.kefirsf.bb.proc.ProcNamedValue.class - [JAR]

├─ org.kefirsf.bb.proc.ProcPattern.class - [JAR]

├─ org.kefirsf.bb.proc.ProcPatternElement.class - [JAR]

├─ org.kefirsf.bb.proc.ProcScope.class - [JAR]

├─ org.kefirsf.bb.proc.ProcTemplate.class - [JAR]

├─ org.kefirsf.bb.proc.ProcTemplateElement.class - [JAR]

├─ org.kefirsf.bb.proc.ProcText.class - [JAR]

├─ org.kefirsf.bb.proc.ProcUrl.class - [JAR]

├─ org.kefirsf.bb.proc.ProcVariable.class - [JAR]

├─ org.kefirsf.bb.proc.Source.class - [JAR]

├─ org.kefirsf.bb.proc.TemplateConstant.class - [JAR]

org.kefirsf.bb

├─ org.kefirsf.bb.BBProcessorFactory.class - [JAR]

├─ org.kefirsf.bb.ConfigurationFactory.class - [JAR]

├─ org.kefirsf.bb.DomConfigurationFactory.class - [JAR]

├─ org.kefirsf.bb.EscapeProcessor.class - [JAR]

├─ org.kefirsf.bb.EscapeXmlProcessorFactory.class - [JAR]

├─ org.kefirsf.bb.PatternElementFactory.class - [JAR]

├─ org.kefirsf.bb.ProcessorBuilder.class - [JAR]

├─ org.kefirsf.bb.TemplateElementFactory.class - [JAR]

├─ org.kefirsf.bb.TextProcessor.class - [JAR]

├─ org.kefirsf.bb.TextProcessorAdapter.class - [JAR]

├─ org.kefirsf.bb.TextProcessorChain.class - [JAR]

├─ org.kefirsf.bb.TextProcessorException.class - [JAR]

├─ org.kefirsf.bb.TextProcessorFactory.class - [JAR]

├─ org.kefirsf.bb.TextProcessorFactoryException.class - [JAR]

├─ org.kefirsf.bb.TextProcessorNestingException.class - [JAR]

org.kefirsf.bb.util

├─ org.kefirsf.bb.util.ArrayCharSequence.class - [JAR]

├─ org.kefirsf.bb.util.Exceptions.class - [JAR]

├─ org.kefirsf.bb.util.IntSet.class - [JAR]

├─ org.kefirsf.bb.util.Utils.class - [JAR]

Advertisement