Uses of Interface
com.helger.io.resource.IReadableResource
Packages that use IReadableResource
Package
Description
-
Uses of IReadableResource in com.helger.io.relative
Methods in com.helger.io.relative that return IReadableResourceModifier and TypeMethodDescription@NonNull IReadableResourceIPathRelativeIO.getResource(@NonNull String sRelativePath) Get the file system resource relative to the base path.@NonNull IReadableResourcePathRelativeIO.getResource(@NonNull @Nonempty String sRelativePath) Get the file system resource relative to the base path. -
Uses of IReadableResource in com.helger.io.resource
Subinterfaces of IReadableResource 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 IReadableResourceModifier and TypeClassDescriptionclassWraps a class path object as a readable resource.classImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.classImplementation of theIReadableResourceinterface for URL objects.Methods in com.helger.io.resource that return IReadableResourceModifier and TypeMethodDescription@NonNull IReadableResourceIReadableResource.getReadableCloneForPath(@NonNull String sPath) Get a new resource of the same implementation type as this object but for a different path. -
Uses of IReadableResource in com.helger.io.resource.inmemory
Subinterfaces of IReadableResource in com.helger.io.resource.inmemoryModifier and TypeInterfaceDescriptioninterfaceMarker interface for readable resources that are "in-memory" only.Classes in com.helger.io.resource.inmemory that implement IReadableResourceModifier and TypeClassDescriptionclassAbstract base class for anIReadableResourcethat is not really a resource but where the API does not offer alternatives.classAn in-memoryIReadableResourcebased on a byte array.classAn in-memoryIReadableResourcebased on anInputStream.classAn in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset.Methods in com.helger.io.resource.inmemory that return IReadableResourceModifier and TypeMethodDescription@NonNull IReadableResourceAbstractMemoryReadableResource.getReadableCloneForPath(@NonNull String sPath) Get a new resource of the same implementation type as this object but for a different path. -
Uses of IReadableResource in com.helger.io.resource.wrapped
Subinterfaces of IReadableResource in com.helger.io.resource.wrappedModifier and TypeInterfaceDescriptioninterfaceInterface for readable resources that are "wrapped".Classes in com.helger.io.resource.wrapped that implement IReadableResourceModifier and TypeClassDescriptionclassA wrapper around a readable resource forInputStreammanipulation .classA readable resource that is GZIP compressed.Methods in com.helger.io.resource.wrapped that return IReadableResourceModifier and TypeMethodDescription@NonNull IReadableResourceAbstractWrappedReadableResource.getWrappedReadableResource()@NonNull IReadableResourceIWrappedReadableResource.getWrappedReadableResource()Constructors in com.helger.io.resource.wrapped with parameters of type IReadableResourceModifierConstructorDescriptionprotectedAbstractWrappedReadableResource(@NonNull IReadableResource aBaseResource) GZIPReadableResource(@NonNull IReadableResource aBaseResource) Constructor. -
Uses of IReadableResource in com.helger.io.resourceprovider
Methods in com.helger.io.resourceprovider that return IReadableResourceModifier and TypeMethodDescription@NonNull IReadableResourceClassPathResourceProvider.getReadableResource(@NonNull String sName) Get the resource specified by the given name for reading.@NonNull IReadableResourceFileSystemResourceProvider.getReadableResource(@NonNull String sName) Get the resource specified by the given name for reading.@NonNull IReadableResourceIReadableResourceProvider.getReadableResource(@NonNull String sName) Get the resource specified by the given name for reading.@NonNull IReadableResourceReadableResourceProviderChain.getReadableResource(@NonNull String sName) Get the resource specified by the given name for reading.URLResourceProvider.getReadableResource(@NonNull String sURL) Get the resource specified by the given name for reading.@Nullable IReadableResourceReadableResourceProviderChain.getReadableResourceIf(@NonNull String sName, @NonNull Predicate<? super IReadableResource> aReturnFilter) Get a readable resource matching the name and filter.Method parameters in com.helger.io.resourceprovider with type arguments of type IReadableResourceModifier and TypeMethodDescription@Nullable IReadableResourceReadableResourceProviderChain.getReadableResourceIf(@NonNull String sName, @NonNull Predicate<? super IReadableResource> aReturnFilter) Get a readable resource matching the name and filter. -
Uses of IReadableResource in com.helger.io.resourceresolver
Methods in com.helger.io.resourceresolver that return IReadableResourceModifier and TypeMethodDescriptionstatic @NonNull IReadableResourceDefaultResourceResolver.getResolvedResource(@Nullable String sSystemId, @Nullable String sBaseURI) Do the standard resource resolving of sSystemId relative to sBaseURIstatic @NonNull IReadableResourceDefaultResourceResolver.getResolvedResource(@Nullable String sSystemId, @Nullable String sBaseURI, @Nullable ClassLoader aClassLoader) Do the standard resource resolving of sSystemId relative to sBaseURI -
Uses of IReadableResource in com.helger.io.rt
Methods in com.helger.io.rt with parameters of type IReadableResourceModifier and TypeMethodDescriptionstatic @Nullable com.helger.base.rt.NonBlockingPropertiesPropertiesLoader.loadProperties(@NonNull IReadableResource aRes) Load properties from the given readable resource using the default charset.static @Nullable com.helger.base.rt.NonBlockingPropertiesPropertiesLoader.loadProperties(@NonNull IReadableResource aRes, @NonNull Charset aCharset) Load properties from the given readable resource using the specified charset.