Package com.helger.commons.io.resource
-
Interface Summary Interface Description IReadableResource Base interface for an abstract readable resource.IReadWriteResource Base interface for an abstract resource that is both readable and writable.IResourceBase Base interface for an abstract readable resource.IWritableResource Base interface for an abstract writable resource. -
Class Summary Class Description ClassPathResource Wraps a class path object as a readable resource.FileSystemResource Implementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.URLResource Implementation of theIReadableResourceinterface for URL objects.