Uses of Interface
org.codehaus.plexus.components.io.functions.ContentSupplier
-
Uses of ContentSupplier in org.codehaus.plexus.components.io.resources
Modifier and TypeInterfaceDescriptioninterface
A resource is a file-like entity.Modifier and TypeClassDescriptionclass
Default implementation ofPlexusIoResource
.class
Implementation ofPlexusIoResource
for files.class
class
Modifier and TypeMethodDescriptionstatic PlexusIoResource
ResourceFactory.createResource
(File f, String name, ContentSupplier contentSupplier, PlexusIoResourceAttributes attributes) static PlexusIoResource
ResourceFactory.createResource
(File f, String name, ContentSupplier contentSupplier, InputStreamTransformer inputStreamTransformer) static PlexusIoResource
ResourceFactory.createResource
(File f, String name, ContentSupplier contentSupplier, InputStreamTransformer inputStreamTransformer, PlexusIoResourceAttributes attributes)