Interface PluginManagerProperties
-
- All Known Implementing Classes:
PluginManagerPropertiesImpl
public interface PluginManagerPropertiesIn 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends Repository>getRepositories()java.util.List<? extends Server>getServers()
-
-
-
Method Detail
-
getRepositories
java.util.List<? extends Repository> getRepositories()
-
getServers
java.util.List<? extends Server> getServers()
-
-