org.talend.esb.servicelocator.client
Interface SLProperties
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SLPropertiesImpl
public interface SLProperties
- extends Serializable
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-2012 Talend Inc.. All Rights Reserved.