projects
/
jFCPlib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
02b0d44801ba7898965a98451a519f1477b0c9c8
[jFCPlib.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
fcp
/
quelaton
/
RemovePeerCommand.java
1
package net.pterodactylus.fcp.quelaton;
2
3
/**
4
* Command that removes a peer from the node.
5
*
6
* @author <a href="mailto:bombe@freenetproject.org">David ‘Bombe’ Roden</a>
7
*/
8
public interface RemovePeerCommand {
9
10
Executable<Boolean> byName(String name);
11
12
}