Package org.hippoecm.repository.util
Interface CopyHandler
- All Known Implementing Classes:
DefaultCopyHandler
,OverwritingCopyHandler
public interface CopyHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endNode()
void
setProperty
(PropInfo property) default boolean
void
-
Method Details
-
startNode
- Throws:
RepositoryException
-
endNode
- Throws:
RepositoryException
-
setProperty
- Throws:
RepositoryException
-
getCurrent
Node getCurrent() -
skipNode
- Parameters:
srcChild
- the node to check- Returns:
true
if the child from the source needs to be skipped- Throws:
RepositoryException
-