Package com.djrapitops.plan.storage.file
package com.djrapitops.plan.storage.file
File and jar resource management.
-
Interface SummaryInterfaceDescriptionInterface for accessing plugin resources in jar or plugin files.
-
Class SummaryClassDescription
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
.