public interface RepositoryConnector
| Modifier and Type | Method and Description | 
|---|---|
| void | disable()Disables this connector, if it was enabled before, otherwise does nothing. | 
| void | enable()Enables this connector, if it was disabled before, otherwise does nothing. | 
| List<String> | getBlacklist()Returns a list of paths that are not fetched from the remote repository. | 
| ManagedRepository | getSourceRepository()Returns the local repository that is connected to the remote. | 
| RemoteRepository | getTargetRepository()Returns the remote repository that is connected to the local. | 
| List<String> | getWhitelist()Returns a list of paths that are fetched from the remote repository, even if a
 parent path is in the blacklist. | 
| boolean | isEnabled()Returns true, if this connector is enabled, otherwise false. | 
ManagedRepository getSourceRepository()
RemoteRepository getTargetRepository()
List<String> getBlacklist()
List<String> getWhitelist()
boolean isEnabled()
void enable()
void disable()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.