X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGetConfig.java;h=11e4cc614fee2f1fdb62edb86ebad3a95bb20201;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=4b8d3753b3327ecb290161f99c2586dec28215de;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/GetConfig.java b/src/net/pterodactylus/fcp/GetConfig.java index 4b8d375..11e4cc6 100644 --- a/src/net/pterodactylus/fcp/GetConfig.java +++ b/src/net/pterodactylus/fcp/GetConfig.java @@ -1,6 +1,5 @@ /* - * jSite2 - GetConfig.java - - * Copyright © 2008 David Roden + * jFCPlib - GetConfig.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,7 +21,7 @@ package net.pterodactylus.fcp; /** * The “GetConfig” command tells the node to send its configuration to the * client. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class GetConfig extends FcpMessage { @@ -37,7 +36,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * current values. - * + * * @param withCurrent * true to include current values in the result, * false otherwise @@ -49,7 +48,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * short descriptions. - * + * * @param withShortDescription * true to include the short descriptions in the * result, false otherwise @@ -61,7 +60,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the long * descriptions. - * + * * @param withLongDescription * true to include the long descriptions in the * result, false otherwise @@ -73,7 +72,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the data * types. - * + * * @param withDataTypes * true to include the data types in the result, * false otherwise @@ -85,7 +84,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * defaults. - * + * * @param setWithDefaults * true to include the defaults in the result, * false otherwise @@ -97,7 +96,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the sort * order. - * + * * @param withSortOrder * true to include the sort order in the result, * false otherwise @@ -109,7 +108,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * expert flag. - * + * * @param withExpertFlag * true to include the expert flag in the result, * false otherwise @@ -121,7 +120,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * force-write flag. - * + * * @param withForceWriteFlag * true to include the force-write flag in the * result, false otherwise