X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFCPPluginMessage.java;h=c16741191c727afba18db33fb535cd4a37113270;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=43df7d69f2c5df32fb8c4c495f7d9094431ddbc0;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FCPPluginMessage.java b/src/net/pterodactylus/fcp/FCPPluginMessage.java index 43df7d6..c167411 100644 --- a/src/net/pterodactylus/fcp/FCPPluginMessage.java +++ b/src/net/pterodactylus/fcp/FCPPluginMessage.java @@ -1,6 +1,5 @@ /* - * jSite2 - PluginMessage.java - - * Copyright © 2008 David Roden + * jFCPlib - PluginMessage.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,15 +21,14 @@ package net.pterodactylus.fcp; /** * An “CPPluginMessage” sends a message with custom parameters and (optional) * payload to a plugin. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class FCPPluginMessage extends FcpMessage { /** * Creates a new “FCPPluginMessage” message for the given plugin. - * + * * @param pluginClass * The name of the plugin class */ @@ -43,7 +41,7 @@ public class FCPPluginMessage extends FcpMessage { * Sets the identifier of the request. Though this is still optional you are * encouraged to include it because the plugin might reply in random order * to requests. - * + * * @param identifier * The identifier of the request */ @@ -53,7 +51,7 @@ public class FCPPluginMessage extends FcpMessage { /** * Sets a custom parameter for the plugin. - * + * * @param key * The key of the parameter * @param value @@ -65,8 +63,9 @@ public class FCPPluginMessage extends FcpMessage { /** * Sets the length of data of the optional payload. If you call this method - * you also have to call {@link #setPayloadInputStream(java.io.InputStream)}! - * + * you also have to call {@link #setPayloadInputStream(java.io.InputStream)} + * ! + * * @param dataLength * The length of data in the payload input stream */