info.bliki.wiki.tags.code
Class ABAPCodeFilter
java.lang.Object
info.bliki.wiki.tags.code.AbstractCodeFormatter
info.bliki.wiki.tags.code.ABAPCodeFilter
- All Implemented Interfaces:
- SourceCodeFormatter
public class ABAPCodeFilter
- extends AbstractCodeFormatter
Syntax highlighting support for ABAP source codes
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ABAPCodeFilter
public ABAPCodeFilter()
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.