package org.buddycloud.channelserver.utils.configuration; public interface Loader { public void load() throws ConfigurationException; }