Uses of Interface
org.smallmind.nutsnbolts.resource.Resource
-
Packages that use Resource Package Description org.smallmind.nutsnbolts.resource org.smallmind.nutsnbolts.spring org.smallmind.nutsnbolts.ssl org.smallmind.nutsnbolts.xml -
-
Uses of Resource in org.smallmind.nutsnbolts.resource
Subinterfaces of Resource in org.smallmind.nutsnbolts.resource Modifier and Type Interface Description interfaceMutableResourceClasses in org.smallmind.nutsnbolts.resource that implement Resource Modifier and Type Class Description classAbstractResourceclassClasspathResourceclassFileResourceclassJarResourceclassPlaceholderResourceclassURLResourceMethods in org.smallmind.nutsnbolts.resource that return Resource Modifier and Type Method Description ResourceResourceFactory. createResource(String scheme, String path)ResourceResourceTypeFactory. createResource(String scheme, String path)ResourceResourceParser. parseResource(String resourceIdentifier)Methods in org.smallmind.nutsnbolts.resource that return types with arguments of type Resource Modifier and Type Method Description Class<? extends Resource>ResourceType. getResourceClass() -
Uses of Resource in org.smallmind.nutsnbolts.spring
Methods in org.smallmind.nutsnbolts.spring that return Resource Modifier and Type Method Description ResourceResourceConverter. convert(String s) -
Uses of Resource in org.smallmind.nutsnbolts.ssl
Methods in org.smallmind.nutsnbolts.ssl with parameters of type Resource Modifier and Type Method Description static KeyStoreInfoKeyStoreUtility. construct(String keystoreName, String keystoreAlias, String keystorePassword, Resource keyResource, Resource... certResources) -
Uses of Resource in org.smallmind.nutsnbolts.xml
Methods in org.smallmind.nutsnbolts.xml that return Resource Modifier and Type Method Description ResourceProtocolResolver. resolve(String systemId)ResourceSmallMindProtocolResolver. resolve(String systemId)
-