Package com.day.crx.io
Interface CRXExportHandler
-
public interface CRXExportHandlerThis Interface defines...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExcludedPath(String path)voidexport(String absPath, OutputStream out)StringgetProperty(String name)booleangetProperty(String name, boolean def)booleanisExcludeNodeTypes()booleanisIncludeNeighborhood()booleanisIncludeUUIDs()voidsetExcludeNodeTypes(boolean excludeNodeTypes)voidsetIncludeNeighborhood(boolean includeNeighborhood)voidsetIncludeUUIDs(boolean includeUUIDs)voidsetProperty(String name, String value)
-
-
-
Method Detail
-
export
void export(String absPath, OutputStream out) throws RepositoryException, IOException
- Throws:
RepositoryExceptionIOException
-
getProperty
boolean getProperty(String name, boolean def)
-
isIncludeNeighborhood
boolean isIncludeNeighborhood()
-
setIncludeNeighborhood
void setIncludeNeighborhood(boolean includeNeighborhood)
-
isExcludeNodeTypes
boolean isExcludeNodeTypes()
-
setExcludeNodeTypes
void setExcludeNodeTypes(boolean excludeNodeTypes)
-
setIncludeUUIDs
void setIncludeUUIDs(boolean includeUUIDs)
-
isIncludeUUIDs
boolean isIncludeUUIDs()
-
addExcludedPath
void addExcludedPath(String path)
-
-