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