Uses of Interface
org.nuxeo.ecm.webengine.loader.store.ResourceStore
Packages that use ResourceStore
- 
Uses of ResourceStore in org.nuxeo.ecm.webengine.loader
Methods in org.nuxeo.ecm.webengine.loader with parameters of type ResourceStoreModifier and TypeMethodDescriptionvoidReloadingClassLoader.addResourceStore(ResourceStore store) booleanReloadingClassLoader.removeResourceStore(ResourceStore store)  - 
Uses of ResourceStore in org.nuxeo.ecm.webengine.loader.store
Classes in org.nuxeo.ecm.webengine.loader.store that implement ResourceStoreMethods in org.nuxeo.ecm.webengine.loader.store that return ResourceStoreMethods in org.nuxeo.ecm.webengine.loader.store with parameters of type ResourceStoreModifier and TypeMethodDescriptionbooleanResourceStoreClassLoader.addStore(ResourceStore store) booleanResourceStoreClassLoader.removeStore(ResourceStore store) Constructor parameters in org.nuxeo.ecm.webengine.loader.store with type arguments of type ResourceStoreModifierConstructorDescriptionprotectedResourceStoreClassLoader(ClassLoader pParent, LinkedHashSet<ResourceStore> cp)