X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FClientPutDiskDir.java;h=d9b3924fa9863049d158406e3a33579d8cedc90e;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=3a81451c195c984c910adb97209373460cd4b9c2;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ClientPutDiskDir.java b/src/net/pterodactylus/fcp/ClientPutDiskDir.java index 3a81451..d9b3924 100644 --- a/src/net/pterodactylus/fcp/ClientPutDiskDir.java +++ b/src/net/pterodactylus/fcp/ClientPutDiskDir.java @@ -1,6 +1,5 @@ /* - * jSite2 - ClientPutDiskDir.java - - * Copyright © 2008 David Roden + * jFCPlib - ClientPutDiskDir.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; /** * The “ClientPutDiskDir” message is used to insert a complete directory from * the disk to a single key. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class ClientPutDiskDir extends FcpMessage { /** * Creates a new “ClientPutDiskDir” message. - * + * * @param uri * The URI to insert the file to * @param identifier @@ -49,7 +47,7 @@ public class ClientPutDiskDir extends FcpMessage { * The verbosity of the request. Depending on this parameter you will * received only the bare minimum of messages for the request (i.e. “it * completed”) or a whole lot more. - * + * * @see Verbosity * @param verbosity * The verbosity of the request @@ -60,7 +58,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * The number of retries for a request if the initial try failed. - * + * * @param maxRetries * The maximum number of retries after failure, or * -1 to retry forever. @@ -71,7 +69,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Sets the priority of the request. - * + * * @param priority * The priority of the request */ @@ -82,7 +80,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Determines whether the node should really insert the data or generate the * final CHK only. - * + * * @param getCHKOnly * true to generate the final CHK only, * false to really insert the data @@ -93,7 +91,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Determines whether this request appears on the global queue. - * + * * @param global * true to put the request on the global queue, * false for the client-local queue. @@ -105,10 +103,10 @@ public class ClientPutDiskDir extends FcpMessage { /** * Determines whether the node should skip compression because the file has * already been compressed. - * + * * @param dontCompress - * true to skip compression of the data in the - * node, false to allow compression + * true to skip compression of the data in the node, + * false to allow compression */ public void setDontCompress(boolean dontCompress) { setField("DontCompress", String.valueOf(dontCompress)); @@ -118,7 +116,7 @@ public class ClientPutDiskDir extends FcpMessage { * Sets an optional client token. This client token is mentioned in progress * and other request-related messages and can be used to identify this * request. - * + * * @param clientToken * The client token */ @@ -128,7 +126,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Sets the persistence of this request. - * + * * @param persistence * The persistence of this request */ @@ -139,7 +137,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Sets the name of the default file. The default file is shown when the key * is requested with an additional name. - * + * * @param defaultName * The name of the default file */ @@ -149,7 +147,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Sets whether unreadable files allow the insert to continue. - * + * * @param allowUnreadableFiles * true to just ignore unreadable files, * false to let the insert fail when an unreadable