@ConsumerType public interface ComponentFiles
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_FILTER_REGEX
Name of the option used to specify the regular expression that
needs to be matched by files to be collected.
|
static String |
OPTION_INHERITED
Name of the option used to specify if files should be searched up
the inheritance chain (using Sling resource supertype).
|
static boolean |
OPTION_INHERITED_DEFAULT
Default value for
OPTION_INHERITED. |
static String |
OPTION_RESOURCE_TYPES
Name of the option used to specify the
Collection
of resource types. |
| Modifier and Type | Method and Description |
|---|---|
default List<String> |
getPaths()
Returns a list of paths for files inside the components (specified
by the resource types) that match the given filter regex.
|
static final String OPTION_RESOURCE_TYPES
Collection
of resource types.static final String OPTION_FILTER_REGEX
static final String OPTION_INHERITED
static final boolean OPTION_INHERITED_DEFAULT
OPTION_INHERITED.Copyright © 2010 - 2020 Adobe. All Rights Reserved