org.xwiki.wikistream.xar.input
Class XARInputProperties
java.lang.Object
org.xwiki.wikistream.DefaultWikiStreamProperties
org.xwiki.wikistream.xml.XMLProperties
org.xwiki.wikistream.xml.input.XMLInputProperties
org.xwiki.wikistream.xar.input.XARInputProperties
- All Implemented Interfaces:
- org.xwiki.wikistream.WikiStreamProperties
@Unstable
public class XARInputProperties
- extends XMLInputProperties
XAR input properties.
- Since:
- 5.3RC1
- Version:
- $Id: 43fd20feb99d9718508ce8bae52e688669030842 $
| Methods inherited from class org.xwiki.wikistream.DefaultWikiStreamProperties |
isVerbose, setVerbose |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XARInputProperties
public XARInputProperties()
getEntities
public org.xwiki.model.reference.EntityReferenceSet getEntities()
- Returns:
- The entities to take into account or skip
setEntities
public void setEntities(org.xwiki.model.reference.EntityReferenceSet entities)
- Parameters:
entities - The entities to take into account or skip
isWithHistory
public boolean isWithHistory()
- Returns:
- Indicate if events should be generated for history
setWithHistory
public void setWithHistory(boolean withHistory)
- Parameters:
withHistory - Indicate if events should be generated for history
isForceDocument
public boolean isForceDocument()
- Returns:
- true if the input should be forced as document
setForceDocument
public void setForceDocument(boolean forceDocument)
- Parameters:
forceDocument - true if the input should be forced as document
Copyright © 2004–2014 XWiki. All rights reserved.