Class RemoteSource

java.lang.Object
aQute.libg.remote.source.RemoteSource
All Implemented Interfaces:
Source

public class RemoteSource extends Object implements Source
Controls a different file system trough a Sink. It can translate files with local absolute file paths to remote absolute file paths (also if it is a windows system). It also detects changes in the local file system and will update the remote. Updates are checked for SHAs so we only transfer the files when they really are not there, even allowing a remote SHA cache to do its magic.