com.day.crx.io
Interface CRXExportHandler
public interface CRXExportHandler
This Interface defines...
export
void export(String absPath,
OutputStream out)
throws RepositoryException,
IOException
- Throws:
RepositoryException
IOException
setProperty
void setProperty(String name,
String value)
getProperty
String getProperty(String name)
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)
Copyright © 1993-2011 Day Management AG. All Rights Reserved.