|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.onemind.jxp.util.StaticImportUtils
public class StaticImportUtils
Utilities for discovering static imports
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 |
---|
private static java.util.Map _cache
Constructor Detail |
---|
private StaticImportUtils()
Method Detail |
---|
public static StaticImport getStaticImport(java.lang.Class c)
c
- the class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |