|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.specloader.internal.cache.StaticSpecificationCache
public class StaticSpecificationCache
| Constructor Summary | |
|---|---|
StaticSpecificationCache()
|
|
| Method Summary | |
|---|---|
NakedObjectSpecification[] |
allSpecifications()
|
void |
cache(java.lang.String className,
NakedObjectSpecification spec)
|
void |
clear()
|
NakedObjectSpecification |
get(java.lang.String className)
Returns the NakedObjectSpecification, or possibly null if has not
been cached. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticSpecificationCache()
| Method Detail |
|---|
public NakedObjectSpecification get(java.lang.String className)
SpecificationCacheNakedObjectSpecification, or possibly null if has not
been cached.
get in interface SpecificationCache
public void cache(java.lang.String className,
NakedObjectSpecification spec)
cache in interface SpecificationCachepublic void clear()
clear in interface SpecificationCachepublic NakedObjectSpecification[] allSpecifications()
allSpecifications in interface SpecificationCache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||