Package com.day.crx.io
Interface CRXExportHandler
public interface CRXExportHandler
This Interface defines...
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddExcludedPath(String path) voidexport(String absPath, OutputStream out) getProperty(String name) booleangetProperty(String name, boolean def) booleanbooleanbooleanvoidsetExcludeNodeTypes(boolean excludeNodeTypes) voidsetIncludeNeighborhood(boolean includeNeighborhood) voidsetIncludeUUIDs(boolean includeUUIDs) voidsetProperty(String name, String value)
-
Method Details
-
export
- Throws:
RepositoryExceptionIOException
-
setProperty
-
getProperty
-
getProperty
-
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
-