public interface Slave
void
close()
launch(List<String> launch)
String
prefix()
sync(String localId, byte[] sha1)
update(String localId, byte[] contents)
void sync(String localId, byte[] sha1) throws Exception
Exception
void update(String localId, byte[] contents) throws Exception
void close() throws Exception
void launch(List<String> launch) throws Exception
String prefix() throws Exception
Copyright © 2021 aQute SARL. All rights reserved.