Interface PluginManagerProperties

  • All Known Implementing Classes:
    PluginManagerPropertiesImpl

    public interface PluginManagerProperties
    In this package there's a set of interfaces that describes what the plugin manager needs from an embedding system (XLD, XLR and metadata builder). Each system can have it's own implementation, and apart from that a default one is provided in this same package.
    • Method Detail

      • getRepositories

        java.util.List<? extends Repository> getRepositories()
      • getServers

        java.util.List<? extends Server> getServers()