org.xwiki.wikistream.xar.input
Class XARInputProperties

java.lang.Object
  extended by org.xwiki.wikistream.DefaultWikiStreamProperties
      extended by org.xwiki.wikistream.xml.XMLProperties
          extended by org.xwiki.wikistream.xml.input.XMLInputProperties
              extended by 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 $

Constructor Summary
XARInputProperties()
           
 
Method Summary
 org.xwiki.model.reference.EntityReferenceSet getEntities()
           
 boolean isForceDocument()
           
 boolean isWithHistory()
           
 void setEntities(org.xwiki.model.reference.EntityReferenceSet entities)
           
 void setForceDocument(boolean forceDocument)
           
 void setWithHistory(boolean withHistory)
           
 
Methods inherited from class org.xwiki.wikistream.xml.input.XMLInputProperties
getEncoding, getSource, setEncoding, setSource
 
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
 

Constructor Detail

XARInputProperties

public XARInputProperties()
Method Detail

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.