Skip navigation links
org.talend.esb.servicelocator.client

Class SLPropertiesImpl

    • Field Detail

      • EMPTY_PROPERTIES

        public static final SLProperties EMPTY_PROPERTIES
    • Constructor Detail

      • SLPropertiesImpl

        public SLPropertiesImpl()
    • Method Detail

      • addProperty

        public void addProperty(String name,
                                String... values)
        Add a property with the given name and the given list of values to this Properties object. Name and values are trimmed before the property is added.
        Parameters:
        name - the name of the property, must not be null.
        values - the values of the property, must no be null, none of the values must be null
      • addProperty

        public void addProperty(String name,
                                Iterable<String> values)
        Add a property with the given name and the given collection of values to this Properties object. Name and values are trimmed before the property is added.
        Parameters:
        name - the name of the property, must not be null.
        values - the values of the property, must no be null, none of the values must be null

Copyright © 2011–2017 Talend Inc.. All rights reserved.