IConfig

public interface IConfig

Interface for configurations that are backed by an ImmutableConfiguration object.

Methods

getConfig

HierarchicalConfiguration<ImmutableNode> getConfig()

Gets the underlying configuration.

Returns:The underlying configuration.