Example usage for org.apache.commons.configuration2.io FileLocatorAware interface-usage

List of usage examples for org.apache.commons.configuration2.io FileLocatorAware interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.configuration2.io FileLocatorAware interface-usage.

Usage

From source file com.virtlink.commons.configuration2.jackson.JacksonConfiguration.java

/**
 * A configuration using a Jackson language (e.g. YAML, JSON).
 */
public abstract class JacksonConfiguration extends BaseHierarchicalConfiguration
        implements FileBasedConfiguration, InputStreamSupport, FileLocatorAware {