public abstract class AbstractNegotiator extends Object implements Negotiator
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
properties |
| Constructor and Description |
|---|
AbstractNegotiator() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getProperties() |
String |
getProperty(String name) |
String |
getProperty(String name,
String defaultValue) |
void |
setProperties(Map<String,String> properties) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultprotected Map<String,String> properties
public AbstractNegotiator()
public Map<String,String> getProperties()
getProperties in interface Negotiatorpublic void setProperties(Map<String,String> properties)
setProperties in interface Negotiatorpublic String getProperty(String name)
getProperty in interface Negotiatorpublic String getProperty(String name, String defaultValue)
getProperty in interface NegotiatorCopyright © 2019 Nuxeo. All rights reserved.