Uses of Interface
com.helger.commons.io.resource.IWritableResource
-
Packages that use IWritableResource Package Description com.helger.commons.io.resource com.helger.commons.io.resource.wrapped com.helger.commons.io.resourceprovider -
-
Uses of IWritableResource in com.helger.commons.io.resource
Subinterfaces of IWritableResource in com.helger.commons.io.resource Modifier and Type Interface Description interfaceIReadWriteResourceBase interface for an abstract resource that is both readable and writable.Classes in com.helger.commons.io.resource that implement IWritableResource Modifier and Type Class Description classFileSystemResourceImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.Methods in com.helger.commons.io.resource that return IWritableResource Modifier and Type Method Description IWritableResourceIWritableResource. getWritableCloneForPath(String sPath)Get a new resource of the same implementation type as this object but for a different path. -
Uses of IWritableResource in com.helger.commons.io.resource.wrapped
Subinterfaces of IWritableResource in com.helger.commons.io.resource.wrapped Modifier and Type Interface Description interfaceIWrappedWritableResourceInterface for writable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IWritableResource Modifier and Type Class Description classAbstractWrappedWritableResourceA wrapper around a writable resource forOutputStreammanipulation .classGZIPWritableResourceA writable resource that is GZIP compressed.Methods in com.helger.commons.io.resource.wrapped that return IWritableResource Modifier and Type Method Description IWritableResourceAbstractWrappedWritableResource. getWrappedWritableResource()IWritableResourceIWrappedWritableResource. getWrappedWritableResource()Constructors in com.helger.commons.io.resource.wrapped with parameters of type IWritableResource Constructor Description AbstractWrappedWritableResource(IWritableResource aBaseResource)GZIPWritableResource(IWritableResource aBaseResource) -
Uses of IWritableResource in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider that return IWritableResource Modifier and Type Method Description IWritableResourceFileSystemResourceProvider. getWritableResource(String sName)IWritableResourceIWritableResourceProvider. getWritableResource(String sName)Get the resource specified by the given name for writing.IWritableResourceWritableResourceProviderChain. getWritableResource(String sName)IWritableResourceWritableResourceProviderChain. getWritableResourceIf(String sName, Predicate<? super IWritableResource> aReturnFilter)Method parameters in com.helger.commons.io.resourceprovider with type arguments of type IWritableResource Modifier and Type Method Description IWritableResourceWritableResourceProviderChain. getWritableResourceIf(String sName, Predicate<? super IWritableResource> aReturnFilter)
-