org.activemath.omdocjdom.collsync
Class CSClient

java.lang.Object
  extended by org.activemath.omdocjdom.collsync.CSClient

public class CSClient
extends Object

Set of methods to handle connections to a CSServlet.


Field Summary
static String DIR_ELEMENT_NAME
           
static String DIRECTORY_MEDIA_TYPE
           
static String FILE_ELEMENT_NAME
           
static org.apache.commons.logging.Log LOG
           
 
Method Summary
 String encodePath(String path)
           
 void syncDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_ELEMENT_NAME

public static final String FILE_ELEMENT_NAME
See Also:
Constant Field Values

DIR_ELEMENT_NAME

public static final String DIR_ELEMENT_NAME
See Also:
Constant Field Values

LOG

public static final org.apache.commons.logging.Log LOG

DIRECTORY_MEDIA_TYPE

public static final String DIRECTORY_MEDIA_TYPE
See Also:
Constant Field Values
Method Detail

syncDown

public void syncDown()
              throws Exception
Throws:
Exception

encodePath

public String encodePath(String path)