Package | Description |
---|---|
io.takari.builder.internal.pathmatcher |
Modifier and Type | Method and Description |
---|---|
static FileMatcher |
FileMatcher.createMatcher(Collection<String> includes,
Collection<String> excludes) |
static FileMatcher |
FileMatcher.createMatcher(Path basedir,
Collection<String> includes,
Collection<String> excludes)
Creates and returns new matcher for files under specified
basedir that satisfy
specified includes/excludes patterns. |
Modifier and Type | Method and Description |
---|---|
static Map<String,FileMatcher> |
FileMatcher.createMatchers(Collection<String> includes,
Collection<String> excludes)
Returns a map of location to FileMatcher that will optimize the lookup.
|
static Map<Path,FileMatcher> |
FileMatcher.createMatchers(Path basedir,
Collection<String> includes,
Collection<String> excludes)
Given a directory, returns a map of location to FileMatcher that will optimize the lookup.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
JarEntries.match(Map<String,FileMatcher> subdirMatchers) |
Copyright © 2021. All rights reserved.