Uses of Interface
org.codehaus.plexus.resource.PlexusResource
Packages that use PlexusResource
-
Uses of PlexusResource in org.codehaus.plexus.resource
Methods in org.codehaus.plexus.resource that return PlexusResourceModifier and TypeMethodDescriptionDefaultResourceManager.getResource
(String name) ResourceManager.getResource
(String name) Searches for a resource with the given name.Methods in org.codehaus.plexus.resource with parameters of type PlexusResourceModifier and TypeMethodDescriptionvoid
DefaultResourceManager.createResourceAsFile
(PlexusResource resource, File outputFile) void
ResourceManager.createResourceAsFile
(PlexusResource resource, File outputFile) Downloads the resource to the given output file.DefaultResourceManager.getResourceAsFile
(PlexusResource resource) ResourceManager.getResourceAsFile
(PlexusResource resource) Returns a file with the given resources contents. -
Uses of PlexusResource in org.codehaus.plexus.resource.loader
Classes in org.codehaus.plexus.resource.loader that implement PlexusResourceModifier and TypeClassDescriptionclass
Implementation ofPlexusResource
for files.class
Implementation ofPlexusResource
for URL's.Methods in org.codehaus.plexus.resource.loader that return PlexusResourceModifier and TypeMethodDescriptionJarHolder.getPlexusResource
(String name) FileResourceLoader.getResource
(String name) JarResourceLoader.getResource
(String source) Get anPlexusResource
by name.ResourceLoader.getResource
(String name) Returns the resource with the given name.ThreadContextClasspathResourceLoader.getResource
(String name) URLResourceLoader.getResource
(String name) Get anPlexusResource
with given name.