Uses of Interface
org.ldaptive.io.ResourceLoader
- 
Packages that use ResourceLoader Package Description org.ldaptive.io 
- 
- 
Uses of ResourceLoader in org.ldaptive.ioClasses in org.ldaptive.io that implement ResourceLoader Modifier and Type Class Description classClasspathResourceLoaderCreates anInputStreamfrom a string that is prefixed with 'classpath:'.classFileResourceLoaderCreates anInputStreamfrom a string that is prefixed with 'file:'.classURLResourceLoaderCreates anInputStreamfrom a string that is aURL.Fields in org.ldaptive.io declared as ResourceLoader Modifier and Type Field Description private static ResourceLoader[]ResourceUtils. customResourceLoadersCustom resource loaders.private static ResourceLoader[]ResourceUtils. DEFAULT_RESOURCE_LOADERSDefault resource loaders.Methods in org.ldaptive.io with parameters of type ResourceLoader Modifier and Type Method Description static InputStreamResourceUtils. getResource(String path, ResourceLoader... loaders)Attempts to find aResourceLoaderthat supports the supplied path.static booleanResourceUtils. isResource(String path, ResourceLoader... loaders)Returns whether the supplied path is supported by aResourceLoader.static byte[]ResourceUtils. readResource(String path, ResourceLoader... loaders)Reads the data from the supplied resource path using the supplied loaders.static voidResourceUtils. setCustomResourceLoaders(ResourceLoader... loaders)Sets the custom resource loaders.
 
-