Package aQute.bnd.service.remotelaunch
Interface Slave
-
public interface Slave
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
launch(java.util.List<java.lang.String> launch)
java.lang.String
prefix()
void
sync(java.lang.String localId, byte[] sha1)
void
update(java.lang.String localId, byte[] contents)
-
-
-
Method Detail
-
sync
void sync(java.lang.String localId, byte[] sha1) throws java.lang.Exception
- Throws:
java.lang.Exception
-
update
void update(java.lang.String localId, byte[] contents) throws java.lang.Exception
- Throws:
java.lang.Exception
-
close
void close() throws java.lang.Exception
- Throws:
java.lang.Exception
-
launch
void launch(java.util.List<java.lang.String> launch) throws java.lang.Exception
- Throws:
java.lang.Exception
-
prefix
java.lang.String prefix() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-