Uses of Interface
com.helger.commons.io.resource.IWritableResource
Packages that use IWritableResource
Package
Description
-
Uses of IWritableResource in com.helger.commons.io.resource
Subinterfaces of IWritableResource in com.helger.commons.io.resourceModifier and TypeInterfaceDescriptioninterfaceBase interface for an abstract resource that is both readable and writable.Classes in com.helger.commons.io.resource that implement IWritableResourceModifier and TypeClassDescriptionclassImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.Methods in com.helger.commons.io.resource that return IWritableResourceModifier and TypeMethodDescriptionIWritableResource.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.wrappedModifier and TypeInterfaceDescriptioninterfaceInterface for writable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IWritableResourceModifier and TypeClassDescriptionclassA wrapper around a writable resource forOutputStreammanipulation .classA writable resource that is GZIP compressed.Methods in com.helger.commons.io.resource.wrapped that return IWritableResourceModifier and TypeMethodDescriptionAbstractWrappedWritableResource.getWrappedWritableResource()IWrappedWritableResource.getWrappedWritableResource()Constructors in com.helger.commons.io.resource.wrapped with parameters of type IWritableResourceModifierConstructorDescriptionprotectedAbstractWrappedWritableResource(IWritableResource aBaseResource) GZIPWritableResource(IWritableResource aBaseResource) -
Uses of IWritableResource in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider that return IWritableResourceModifier and TypeMethodDescriptionFileSystemResourceProvider.getWritableResource(String sName) IWritableResourceProvider.getWritableResource(String sName) Get the resource specified by the given name for writing.WritableResourceProviderChain.getWritableResource(String sName) WritableResourceProviderChain.getWritableResourceIf(String sName, Predicate<? super IWritableResource> aReturnFilter) Method parameters in com.helger.commons.io.resourceprovider with type arguments of type IWritableResourceModifier and TypeMethodDescriptionWritableResourceProviderChain.getWritableResourceIf(String sName, Predicate<? super IWritableResource> aReturnFilter)