info.bliki.wiki.tags.code
Class ABAPCodeFilter

java.lang.Object
  extended by info.bliki.wiki.tags.code.AbstractCodeFormatter
      extended by info.bliki.wiki.tags.code.ABAPCodeFilter
All Implemented Interfaces:
SourceCodeFormatter

public class ABAPCodeFilter
extends AbstractCodeFormatter

Syntax highlighting support for ABAP source codes


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.code.AbstractCodeFormatter
FONT_COMMENT, FONT_END, FONT_JAVADOC, FONT_KEYWORD, FONT_OBJECTS, FONT_STRINGS
 
Constructor Summary
ABAPCodeFilter()
           
 
Method Summary
 java.lang.String filter(java.lang.String input)
          Convert the given content string to HTML synatx highlighted string.
 java.util.HashMap<java.lang.String,java.lang.String> getKeywordSet()
           
 java.util.HashMap<java.lang.String,java.lang.String> getObjectSet()
           
 boolean isKeywordLowerCase()
           
 boolean isPHPTag()
           
 
Methods inherited from class info.bliki.wiki.tags.code.AbstractCodeFormatter
appendChar, createHashMap, createObjectsMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ABAPCodeFilter

public ABAPCodeFilter()
Method Detail

getKeywordSet

public java.util.HashMap<java.lang.String,java.lang.String> getKeywordSet()
Specified by:
getKeywordSet in class AbstractCodeFormatter
Returns:
Returns the KEYWORD_SET.

getObjectSet

public java.util.HashMap<java.lang.String,java.lang.String> getObjectSet()
Specified by:
getObjectSet in class AbstractCodeFormatter
Returns:
Returns the OBJECT_SET.

filter

public java.lang.String filter(java.lang.String input)
Description copied from interface: SourceCodeFormatter
Convert the given content string to HTML synatx highlighted string.

Returns:

isKeywordLowerCase

public boolean isKeywordLowerCase()
Returns:
Returns the KEYWORD_MAP.

isPHPTag

public boolean isPHPTag()


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.