com.day.crx.io
Interface CRXExportHandler


public interface CRXExportHandler

This Interface defines...


Method Summary
 void addExcludedPath(String path)
           
 void export(String absPath, OutputStream out)
           
 String getProperty(String name)
           
 boolean getProperty(String name, boolean def)
           
 boolean isExcludeNodeTypes()
           
 boolean isIncludeNeighborhood()
           
 boolean isIncludeUUIDs()
           
 void setExcludeNodeTypes(boolean excludeNodeTypes)
           
 void setIncludeNeighborhood(boolean includeNeighborhood)
           
 void setIncludeUUIDs(boolean includeUUIDs)
           
 void setProperty(String name, String value)
           
 

Method Detail

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.