Copyright (c) 2014-2020 Black Rook Software.
https://github.com/BlackRookSoftware/FileSystem
NONE
This library simulates a Quake-like filesystem for loading resources via a virtual file stack.
Contained in this release is a set of classes for the creation of a virtual file system.
To install/compile this library and make all artifacts with Apache Maven, type:
mvn install
To compile this library, type:
mvn compile
To make Maven-compatible JARs of this library, type:
mvn jar:jar
To make Javadocs:
mvn javadoc:javadoc
To run tests, type:
mvn test
To generate a coverage report, type:
mvn test jacoco:report
To clean up everything:
mvn clean
Online Javadocs can be found at: https://blackrooksoftware.github.io/FileSystem/javadoc/
This program and the accompanying materials are made available under the terms of the GNU Lesser Public License v2.1 which accompanies this distribution, and is available at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
A copy of the LGPL should have been included in this release (LICENSE.txt). If it was not, please contact us for a copy, or to notify us of a distribution that has not included it.
This contains code copied from Black Rook Base, under the terms of the MIT License (docs/LICENSE-BlackRookBase.txt).