Uses of Interface
org.nuxeo.ecm.webengine.loader.store.ResourceStore
-
Packages that use ResourceStore Package Description org.nuxeo.ecm.webengine.loader org.nuxeo.ecm.webengine.loader.store -
-
Uses of ResourceStore in org.nuxeo.ecm.webengine.loader
Methods in org.nuxeo.ecm.webengine.loader with parameters of type ResourceStore Modifier and Type Method Description void
ReloadingClassLoader. addResourceStore(ResourceStore store)
boolean
ReloadingClassLoader. removeResourceStore(ResourceStore store)
-
Uses of ResourceStore in org.nuxeo.ecm.webengine.loader.store
Classes in org.nuxeo.ecm.webengine.loader.store that implement ResourceStore Modifier and Type Class Description class
FileResourceStore
class
MemoryStore
Methods in org.nuxeo.ecm.webengine.loader.store that return ResourceStore Modifier and Type Method Description ResourceStore[]
ResourceStoreClassLoader. getStores()
Methods in org.nuxeo.ecm.webengine.loader.store with parameters of type ResourceStore Modifier and Type Method Description boolean
ResourceStoreClassLoader. addStore(ResourceStore store)
boolean
ResourceStoreClassLoader. removeStore(ResourceStore store)
Constructor parameters in org.nuxeo.ecm.webengine.loader.store with type arguments of type ResourceStore Constructor Description ResourceStoreClassLoader(ClassLoader pParent, LinkedHashSet<ResourceStore> cp)
-