Package com.djrapitops.plan.storage.file
package com.djrapitops.plan.storage.file
File and jar resource management.
-
InterfaceDescriptionInterface for accessing plugin resources in jar or plugin files.
-
ClassDescription
Resource
implementation for something that is read via InputStream.Abstracts File methods of Plugin classes so that they can be tested without Mocks.In-memory cache for different resources on disk or jar.Resource
implementation for Sponge Asset API.Implements jar resource fetching with Sponge Asset API.Resource decorator to cache result of asString method call inResourceCache
.