Package org.apache.jackrabbit.vault.rcp
Interface RcpTask
- All Known Implementing Classes:
RcpTaskImpl
public interface RcpTask
-
Method Details
-
getId
String getId() -
getSource
RepositoryAddress getSource() -
getDestination
String getDestination() -
start
- Throws:
RepositoryException
-
stop
boolean stop() -
getRcp
RepositoryCopier getRcp() -
isRecursive
boolean isRecursive() -
getResult
RcpTask.Result getResult() -
getExcludes
- Returns:
- either
nullin case no excludes are set or a list of excludes (regex patterns)
-
getFilter
WorkspaceFilter getFilter()- Returns:
- internal filter used when the content is exported
-
getConnectionOptions
ConnectionOptions getConnectionOptions()
-