org.drools.eclipse.editors
Class Keywords

java.lang.Object
  extended by org.drools.eclipse.editors.Keywords

public class Keywords
extends Object

This provides a list of keywords for syntax highlighting. Uses a pseudo properties file format.


Method Summary
 String[] getAllDroolsKeywords()
           
 String[] getAllJavaKeywords()
           
 String[] getAllMvelKeywords()
           
static Keywords getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Keywords getInstance()

getAllDroolsKeywords

public String[] getAllDroolsKeywords()

getAllJavaKeywords

public String[] getAllJavaKeywords()

getAllMvelKeywords

public String[] getAllMvelKeywords()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.