package org.briarproject.api.plugins.simplex; import java.util.Collection; public interface SimplexPluginConfig { Collection getFactories(); }