org.onemind.jxp.util
Class StaticImportUtils

java.lang.Object
  extended by org.onemind.jxp.util.StaticImportUtils

public class StaticImportUtils
extends java.lang.Object

Utilities for discovering static imports

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Field Summary
private static java.util.Map _cache
          the cache for static import
 
Constructor Summary
private StaticImportUtils()
          Constructor
 
Method Summary
static StaticImport getStaticImport(java.lang.Class c)
          Get a static import
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cache

private static java.util.Map _cache
the cache for static import

Constructor Detail

StaticImportUtils

private StaticImportUtils()
Constructor

Method Detail

getStaticImport

public static StaticImport getStaticImport(java.lang.Class c)
Get a static import

Parameters:
c - the class
Returns:
the static import