Class CliCollectionProperty<E,​C extends Collection<E>>

    • Method Detail

      • setFromString

        public void setFromString​(String value)
        Parameters:
        value - the new value as String to parse.
      • isEmpty

        public boolean isEmpty()
        Returns:
        true if the value of this property is empty (e.g. null), false otherwise.
      • add

        public abstract void add​(E item)
        Parameters:
        item - the element to add.
      • addFromString

        public void addFromString​(String item)
        Parameters:
        item - the element to add given a String to parse.