From: David ‘Bombe’ Roden Date: Wed, 13 Oct 2010 06:14:41 +0000 (+0200) Subject: Expose the local Sones. X-Git-Tag: 0.1-RC1~508 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=5ce46b32e1868f6fe56e01b67d8d2301bbb6e350;p=Sone.git Expose the local Sones. --- diff --git a/src/main/java/net/pterodactylus/sone/core/Core.java b/src/main/java/net/pterodactylus/sone/core/Core.java index 8563187..3399e9c 100644 --- a/src/main/java/net/pterodactylus/sone/core/Core.java +++ b/src/main/java/net/pterodactylus/sone/core/Core.java @@ -87,6 +87,15 @@ public class Core extends AbstractService { return this; } + /** + * Returns the local Sones. + * + * @return The local Sones + */ + public Set localSones() { + return localSones; + } + // // ACTIONS //