public final class SimpleDistributionRequest extends java.lang.Object implements DistributionRequest
SimpleDistributionRequest
is a DistributionRequest
where all paths are either "deep" or "shallow".Constructor and Description |
---|
SimpleDistributionRequest(DistributionRequestType requestType,
boolean isDeep,
java.lang.String... paths)
Creates distribution request with "deep" or "shallow" paths.
|
SimpleDistributionRequest(DistributionRequestType requestType,
java.lang.String... paths)
Creates a distribution request with "shallow" paths.
|
SimpleDistributionRequest(DistributionRequestType requestType,
java.lang.String[] paths,
java.util.Set<java.lang.String> deepPaths)
Creates a distribution request with additional "deep" paths.
|
SimpleDistributionRequest(DistributionRequestType requestType,
java.lang.String[] paths,
java.util.Set<java.lang.String> deepPaths,
java.util.Map<java.lang.String,java.lang.String[]> pathFilters)
Creates a distribution request with "deep" paths and filters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFilters(java.lang.String path)
Get the filters applicable for a specific path
+/foo/.* - include all content under /foo
-/foo - exclude /foo node
filters are checked in order and the last matched filter determines inclusion/exclusion
|
java.lang.String[] |
getPaths()
get the paths for this distribution request
|
DistributionRequestType |
getRequestType()
get the
DistributionRequestType associated with this request |
boolean |
isDeep(java.lang.String path)
Returns whether the a path is covering the entire subtree (deep) or just the specified nodes (shallow)
|
java.lang.String |
toString() |
public SimpleDistributionRequest(DistributionRequestType requestType, boolean isDeep, java.lang.String... paths)
requestType
- the request typeisDeep
- is true
if all paths are "deep" and is false
if all paths are "shallow"paths
- the array of paths to be distributedpublic SimpleDistributionRequest(DistributionRequestType requestType, java.lang.String... paths)
requestType
- the request typepaths
- the array of paths to be distributedpublic SimpleDistributionRequest(DistributionRequestType requestType, java.lang.String[] paths, java.util.Set<java.lang.String> deepPaths)
requestType
- the request typepaths
- the array of paths to be distributeddeepPaths
- the set of paths that are to be distributed in depth (with all their children)public SimpleDistributionRequest(DistributionRequestType requestType, java.lang.String[] paths, java.util.Set<java.lang.String> deepPaths, java.util.Map<java.lang.String,java.lang.String[]> pathFilters)
requestType
- the request typepaths
- the array of paths to be distributeddeepPaths
- the set of paths that are to be distributed in depth (with all their children)pathFilters
- the filters applicable for each pathpublic DistributionRequestType getRequestType()
DistributionRequestType
associated with this requestgetRequestType
in interface DistributionRequest
DistributionRequestType
public java.lang.String[] getPaths()
getPaths
in interface DistributionRequest
public boolean isDeep(java.lang.String path)
isDeep
in interface DistributionRequest
path
- the path to be checkedtrue
if the path is deeppublic java.lang.String[] getFilters(java.lang.String path)
DistributionRequest
getFilters
in interface DistributionRequest
public java.lang.String toString()
toString
in class java.lang.Object
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"