Class CollectionDedicatedNode<V,K extends Collection<V>,N extends org.core.config.ConfigurationNode.KnownParser.CollectionKnown<V>>

java.lang.Object
org.ships.config.node.CollectionDedicatedNode<V,K,N>
All Implemented Interfaces:
DedicatedNode<K,V,N>

public class CollectionDedicatedNode<V,K extends Collection<V>,N extends org.core.config.ConfigurationNode.KnownParser.CollectionKnown<V>> extends Object implements DedicatedNode<K,V,N>
  • Constructor Details

    • CollectionDedicatedNode

      public CollectionDedicatedNode(N node, String name)
  • Method Details

    • getNode

      public N getNode()
      Specified by:
      getNode in interface DedicatedNode<V,K extends Collection<V>,N extends org.core.config.ConfigurationNode.KnownParser.CollectionKnown<V>>
    • getKeyName

      public String getKeyName()
      Specified by:
      getKeyName in interface DedicatedNode<V,K extends Collection<V>,N extends org.core.config.ConfigurationNode.KnownParser.CollectionKnown<V>>
    • apply

      public void apply(org.core.config.ConfigurationStream stream, K value)
      Specified by:
      apply in interface DedicatedNode<V,K extends Collection<V>,N extends org.core.config.ConfigurationNode.KnownParser.CollectionKnown<V>>