Interface CRXExportHandler


public interface CRXExportHandler
This Interface defines...
  • Method Details

    • 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)