Uses of Interface
com.helger.io.resource.IWritableResource
Packages that use IWritableResource
Package
Description
-
Uses of IWritableResource in com.helger.io.resource
Subinterfaces of IWritableResource in com.helger.io.resourceModifier and TypeInterfaceDescriptioninterfaceBase interface for an abstract resource that is both readable and writable.Classes in com.helger.io.resource that implement IWritableResourceModifier and TypeClassDescriptionclassImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.Methods in com.helger.io.resource that return IWritableResourceModifier and TypeMethodDescription@NonNull IWritableResourceIWritableResource.getWritableCloneForPath(@NonNull 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.io.resource.wrapped
Subinterfaces of IWritableResource in com.helger.io.resource.wrappedModifier and TypeInterfaceDescriptioninterfaceInterface for writable resources that are "wrapped".Classes in com.helger.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.io.resource.wrapped that return IWritableResourceModifier and TypeMethodDescription@NonNull IWritableResourceAbstractWrappedWritableResource.getWrappedWritableResource()@NonNull IWritableResourceIWrappedWritableResource.getWrappedWritableResource()Constructors in com.helger.io.resource.wrapped with parameters of type IWritableResourceModifierConstructorDescriptionprotectedAbstractWrappedWritableResource(@NonNull IWritableResource aBaseResource) GZIPWritableResource(@NonNull IWritableResource aBaseResource) Constructor. -
Uses of IWritableResource in com.helger.io.resourceprovider
Methods in com.helger.io.resourceprovider that return IWritableResourceModifier and TypeMethodDescription@NonNull IWritableResourceFileSystemResourceProvider.getWritableResource(@NonNull String sName) Get the resource specified by the given name for writing.@NonNull IWritableResourceIWritableResourceProvider.getWritableResource(@NonNull String sName) Get the resource specified by the given name for writing.@NonNull IWritableResourceWritableResourceProviderChain.getWritableResource(@NonNull String sName) Get the resource specified by the given name for writing.@Nullable IWritableResourceWritableResourceProviderChain.getWritableResourceIf(@NonNull String sName, @NonNull Predicate<? super IWritableResource> aReturnFilter) Get a writable resource matching the name and filter.Method parameters in com.helger.io.resourceprovider with type arguments of type IWritableResourceModifier and TypeMethodDescription@Nullable IWritableResourceWritableResourceProviderChain.getWritableResourceIf(@NonNull String sName, @NonNull Predicate<? super IWritableResource> aReturnFilter) Get a writable resource matching the name and filter.