X-Git-Url: https://git.pterodactylus.net/?p=arachne.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Farachne%2Fcore%2FCore.java;h=e7fc8efa3378b370dbb4b786da83ba20cfe6c7c9;hp=ad438b1481a6e038e355194c322623c06d7a7bae;hb=383df78e9f3307dd489fd07e341a9900ebdb4590;hpb=0669aab9c004816d56a5e16c17b0492b53ddf9a8 diff --git a/src/net/pterodactylus/arachne/core/Core.java b/src/net/pterodactylus/arachne/core/Core.java index ad438b1..e7fc8ef 100644 --- a/src/net/pterodactylus/arachne/core/Core.java +++ b/src/net/pterodactylus/arachne/core/Core.java @@ -47,6 +47,20 @@ public class Core extends AbstractService { private final List pages = new ArrayList(); // + // ACCESSORS + // + + /** + * Sets the host name of the node. + * + * @param nodeHost + * The node’s host name + */ + public void setNodeHost(String nodeHost) { + this.nodeHost = nodeHost; + } + + // // ACTIONS //