in src/main/java/org/apache/sling/distribution/SimpleDistributionRequest.java [81:86]
public SimpleDistributionRequest(DistributionRequestType requestType, String[] paths, Set<String> deepPaths, Map<String, String[]> pathFilters) {
this.requestType = requestType;
this.paths = paths;
this.deepPaths = deepPaths;
this.pathFilters = pathFilters;
}