A class to build a temporary components folder to allow for read/write tests. This class can be used to build and auto-clean up a test directory with a components directory nested inside. It can then be inserted in the set of loaders using {@link #installComponentLocationAdapter()}. it implements {@link AutoCloseable} with an idempotent close method so that it can be called multiple times. In the event thattests are run in a try-with-resources, this should automatically get cleaned up.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.