org.talend.esb.servicelocator.client
Interface SLProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
SLPropertiesImpl

public interface SLProperties
extends Serializable


Method Summary
 Collection<String> getPropertyNames()
           
 Collection<String> getValues(String name)
           
 boolean hasProperty(String name)
           
 boolean includesValues(String name, Collection<String> values)
           
 boolean includesValues(String name, String... values)
           
 

Method Detail

getPropertyNames

Collection<String> getPropertyNames()

hasProperty

boolean hasProperty(String name)

getValues

Collection<String> getValues(String name)

includesValues

boolean includesValues(String name,
                       String... values)

includesValues

boolean includesValues(String name,
                       Collection<String> values)


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