Interface CRXExportHandler


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

      • export

        void export​(java.lang.String absPath,
                    java.io.OutputStream out)
             throws javax.jcr.RepositoryException,
                    java.io.IOException
        Throws:
        javax.jcr.RepositoryException
        java.io.IOException
      • setProperty

        void setProperty​(java.lang.String name,
                         java.lang.String value)
      • getProperty

        java.lang.String getProperty​(java.lang.String name)
      • getProperty

        boolean getProperty​(java.lang.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​(java.lang.String path)