Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.core.search.backend.compass.connection
Class FileConnectionDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.search.backend.compass.connection.FileConnectionDescriptor
All Implemented Interfaces:
Serializable, ConnectionConf

public class FileConnectionDescriptor
extends Object
implements ConnectionConf

Author:
Georges Racinet
See Also:
Serialized Form

Field Summary
protected  String absolutePath
           
protected  String path
           
 
Constructor Summary
FileConnectionDescriptor()
           
 
Method Summary
 String getConnectionString()
          Return a connection string in the format expected by Compass Configuration object's setConnection()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path

absolutePath

protected String absolutePath
Constructor Detail

FileConnectionDescriptor

public FileConnectionDescriptor()
Method Detail

getConnectionString

public String getConnectionString()
Description copied from interface: ConnectionConf
Return a connection string in the format expected by Compass Configuration object's setConnection()

Specified by:
getConnectionString in interface ConnectionConf
Returns:
the connection string.

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.