The configuration used by Betamax. `Configuration` instances are created with a builder returned by the {@link #builder()} factory method. For example:```java Configuration configuration = Configuration.builder() .tapeRoot(tapeRoot) .ignoreLocalhost(true) .build(); ```
@see ConfigurationBuilder
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.