|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.geosolutions.geoserver.rest.encoder.utils.XmlElement
it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder
public class GSPostGISDatastoreEncoder
Geoserver datastore XML encoder.
Constructor Summary | |
---|---|
GSPostGISDatastoreEncoder()
|
Method Summary | |
---|---|
void |
addConnectionTimeout(int seconds)
Deprecated. will be set to protected in the next release |
void |
addDatabase(String database)
Deprecated. will be set to protected in the next release |
void |
addDatabaseType(String dbtype)
Deprecated. will be set to protected in the next release |
void |
addDescription(String description)
Deprecated. will be set to protected in the next release |
void |
addEnabled(boolean enabled)
Deprecated. will be set to protected in the next release |
void |
addExposePrimaryKeys(boolean exposePrimaryKeys)
Deprecated. will be set to protected in the next release |
void |
addFetchSize(int fetchSize)
Deprecated. will be set to protected in the next release |
void |
addHost(String host)
Deprecated. will be set to protected in the next release |
void |
addJndiReferenceName(String jndiReferenceName)
Deprecated. will be set to protected in the next release |
void |
addLooseBBox(boolean looseBBox)
Deprecated. will be set to protected in the next release |
void |
addMaxConnections(int maxConnections)
Deprecated. will be set to protected in the next release |
void |
addMaxOpenPreparedStatements(int maxOpenPreparedStatements)
Deprecated. will be set to protected in the next release |
void |
addMinConnections(int minConnections)
Deprecated. will be set to protected in the next release |
void |
addName(String name)
Deprecated. will be set to protected in the next release |
void |
addNamespace(String namespace)
Deprecated. will be set to protected in the next release |
void |
addPassword(String password)
Deprecated. will be set to protected in the next release |
void |
addPort(int port)
Deprecated. will be set to protected in the next release |
void |
addPreparedStatements(boolean preparedStatements)
Deprecated. will be set to protected in the next release |
void |
addPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
Deprecated. will be set to protected in the next release |
void |
addSchema(String schema)
Deprecated. will be set to protected in the next release |
void |
addType(String type)
Deprecated. will be set to protected in the next release |
void |
addUser(String user)
Deprecated. will be set to protected in the next release |
void |
addValidateConnections(boolean validateConnections)
Deprecated. will be set to protected in the next release |
void |
defaultInit()
Set some initial defaults. |
void |
setConnectionTimeout(int seconds)
|
void |
setDatabase(String database)
|
void |
setDatabaseType(String dbtype)
|
void |
setDescription(String description)
|
void |
setEnabled(boolean enabled)
|
void |
setExposePrimaryKeys(boolean exposePrimaryKeys)
|
void |
setFetchSize(int fetchSize)
|
void |
setHost(String host)
|
void |
setJndiReferenceName(String jndiReferenceName)
|
void |
setLooseBBox(boolean looseBBox)
|
void |
setMaxConnections(int maxConnections)
|
void |
setMaxOpenPreparedStatements(int maxOpenPreparedStatements)
|
void |
setMinConnections(int minConnections)
|
void |
setName(String name)
|
void |
setNamespace(String namespace)
|
void |
setPassword(String password)
|
void |
setPort(int port)
|
void |
setPreparedStatements(boolean preparedStatements)
|
void |
setPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
|
void |
setSchema(String schema)
|
void |
setType(String type)
|
void |
setUser(String user)
|
void |
setValidateConnections(boolean validateConnections)
|
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder |
---|
add, get, get, set |
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.XmlElement |
---|
add, addContent, getRoot, isEmpty, remove, set, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GSPostGISDatastoreEncoder()
Method Detail |
---|
public void defaultInit()
public void addName(String name)
public void setName(String name)
public void addDescription(String description)
public void setDescription(String description)
public void addType(String type)
public void setType(String type)
public void addEnabled(boolean enabled)
public void setEnabled(boolean enabled)
public void addNamespace(String namespace)
public void setNamespace(String namespace)
public void addHost(String host)
public void setHost(String host)
public void addPort(int port)
public void setPort(int port)
public void addDatabase(String database)
public void setDatabase(String database)
public void addSchema(String schema)
public void setSchema(String schema)
public void addUser(String user)
public void setUser(String user)
public void addPassword(String password)
public void setPassword(String password)
public void addDatabaseType(String dbtype)
public void setDatabaseType(String dbtype)
public void addJndiReferenceName(String jndiReferenceName)
public void setJndiReferenceName(String jndiReferenceName)
public void addExposePrimaryKeys(boolean exposePrimaryKeys)
public void setExposePrimaryKeys(boolean exposePrimaryKeys)
public void addMaxConnections(int maxConnections)
public void setMaxConnections(int maxConnections)
public void addMinConnections(int minConnections)
public void setMinConnections(int minConnections)
public void addFetchSize(int fetchSize)
public void setFetchSize(int fetchSize)
public void addConnectionTimeout(int seconds)
public void setConnectionTimeout(int seconds)
public void addValidateConnections(boolean validateConnections)
public void setValidateConnections(boolean validateConnections)
public void addPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
public void setPrimaryKeyMetadataTable(String primaryKeyMetadataTable)
public void addLooseBBox(boolean looseBBox)
public void setLooseBBox(boolean looseBBox)
public void addPreparedStatements(boolean preparedStatements)
public void setPreparedStatements(boolean preparedStatements)
public void addMaxOpenPreparedStatements(int maxOpenPreparedStatements)
public void setMaxOpenPreparedStatements(int maxOpenPreparedStatements)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |