public abstract class AbstractCometFileSynchronizer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CometConfiguration |
cometConfig |
| Constructor and Description |
|---|
AbstractCometFileSynchronizer(CometConfiguration cometConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
changedAfter(Item item,
Date syncDate) |
protected XMLOutputter |
createXMLOutputter(Writer writer,
String encoding) |
protected Parser |
createXMLParser() |
CometConfiguration |
getCometConfig() |
protected abstract byte[] |
updateFile() |
protected abstract void |
updateItems(Date syncDate,
InputStream content) |
protected CometConfiguration cometConfig
public AbstractCometFileSynchronizer(CometConfiguration cometConfig)
protected abstract byte[] updateFile()
throws JaloBusinessException,
IOException
JaloBusinessExceptionIOExceptionprotected abstract void updateItems(Date syncDate, InputStream content) throws JaloBusinessException
JaloBusinessExceptionprotected XMLOutputter createXMLOutputter(Writer writer, String encoding) throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected Parser createXMLParser()
public CometConfiguration getCometConfig()
Copyright © 2017 SAP SE. All Rights Reserved.