X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FClientPutDiskDir.java;h=d9b3924fa9863049d158406e3a33579d8cedc90e;hp=f52c5cc839d1c126e2858687c459f8ed359e5d41;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/ClientPutDiskDir.java b/src/net/pterodactylus/fcp/ClientPutDiskDir.java index f52c5cc..d9b3924 100644 --- a/src/net/pterodactylus/fcp/ClientPutDiskDir.java +++ b/src/net/pterodactylus/fcp/ClientPutDiskDir.java @@ -21,14 +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> */ public class ClientPutDiskDir extends FcpMessage { /** * Creates a new “ClientPutDiskDir” message. - * + * * @param uri * The URI to insert the file to * @param identifier @@ -47,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 @@ -58,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. @@ -69,7 +69,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Sets the priority of the request. - * + * * @param priority * The priority of the request */ @@ -80,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 @@ -91,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. @@ -103,7 +103,7 @@ 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 @@ -116,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 */ @@ -126,7 +126,7 @@ public class ClientPutDiskDir extends FcpMessage { /** * Sets the persistence of this request. - * + * * @param persistence * The persistence of this request */ @@ -137,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 */ @@ -147,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