org.eclipse.emf.codegen.jet.editor.util.keywords
Class JETTemplateDirectiveKeywords

java.lang.Object
  extended by org.eclipse.emf.codegen.jet.editor.util.keywords.JETTemplateDirectiveKeywords

public class JETTemplateDirectiveKeywords
extends java.lang.Object

Version:
$Revision: 1.2 $

Constructor Summary
JETTemplateDirectiveKeywords()
           
 
Method Summary
static java.lang.String[] getAllInnerKeywords()
          Method getAllInnerKeywords.
static java.lang.String[] getAllKeywords()
          Method getAllKeywords.
static java.lang.String[] getAllWordsWithPrefix(java.lang.String prefix)
          Method getAllWordsWithPrefix.
static java.lang.String[] getInnerKeywordsFor(java.lang.String key)
          Method getInnerKeywordsFor.
static java.lang.String[] getNonTagsKeywordsWithPrefix(java.lang.String key, java.lang.String prefix)
          Method getNonTagsKeywordsWithPrefix.
static java.lang.String[] getTags()
          Method getTags.
static java.lang.String[] getTagsWithPrefix(java.lang.String prefix)
          Method getTagsWithPrefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JETTemplateDirectiveKeywords

public JETTemplateDirectiveKeywords()
Method Detail

getAllKeywords

public static java.lang.String[] getAllKeywords()
Method getAllKeywords.

Returns:
String[]

getAllInnerKeywords

public static java.lang.String[] getAllInnerKeywords()
Method getAllInnerKeywords.

Returns:
String[]

getTags

public static java.lang.String[] getTags()
Method getTags.

Returns:
String[]

getInnerKeywordsFor

public static java.lang.String[] getInnerKeywordsFor(java.lang.String key)
Method getInnerKeywordsFor.

Parameters:
key - String
Returns:
String[]

getAllWordsWithPrefix

public static java.lang.String[] getAllWordsWithPrefix(java.lang.String prefix)
Method getAllWordsWithPrefix.

Parameters:
prefix - String
Returns:
String[]

getTagsWithPrefix

public static java.lang.String[] getTagsWithPrefix(java.lang.String prefix)
Method getTagsWithPrefix.

Parameters:
prefix - String
Returns:
String[]

getNonTagsKeywordsWithPrefix

public static java.lang.String[] getNonTagsKeywordsWithPrefix(java.lang.String key,
                                                              java.lang.String prefix)
Method getNonTagsKeywordsWithPrefix.

Parameters:
key - String
prefix - String
Returns:
String[]

Copyright 2006 IBM Corporation and others.
All Rights Reserved.