public static class DistributionExportFilter.TreeFilter extends Object
| Constructor and Description |
|---|
TreeFilter(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeepInclude(String path) |
void |
addExclude(String path) |
void |
addInclude(String path) |
@NotNull String |
getPath() |
boolean |
matches(String path)
check whether a resource with a certain path should be included in the serialized output
|
String |
toString() |
public TreeFilter(String path)
public void addInclude(String path)
public void addDeepInclude(String path)
public void addExclude(String path)
@NotNull public @NotNull String getPath()
public boolean matches(String path)
path - a pathtrue if the path mathces the filter, false otherwiseCopyright © 2010 - 2020 Adobe. All Rights Reserved