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, wait
getResult
protected Map<String,String> properties
public AbstractNegotiator()
public Map<String,String> getProperties()
getProperties
in interface Negotiator
public void setProperties(Map<String,String> properties)
setProperties
in interface Negotiator
public String getProperty(String name)
getProperty
in interface Negotiator
public String getProperty(String name, String defaultValue)
getProperty
in interface Negotiator
Copyright © 2018 Nuxeo. All rights reserved.