org.crsh.util
Class ClassCache<T>

java.lang.Object
  extended by org.crsh.util.ClassCache<T>

public class ClassCache<T>
extends Object


Constructor Summary
ClassCache(PluginContext context, ClassFactory<T> classFactory, ResourceKind kind)
           
 
Method Summary
 TimestampedObject<Class<? extends T>> getClass(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCache

public ClassCache(PluginContext context,
                  ClassFactory<T> classFactory,
                  ResourceKind kind)
Method Detail

getClass

public TimestampedObject<Class<? extends T>> getClass(String name)
                                               throws CommandException,
                                                      NullPointerException
Throws:
CommandException
NullPointerException


Copyright © 2015 eXo Platform SAS. All Rights Reserved.