Package | Description |
---|---|
io.takari.builder.enforcer.modularity | |
io.takari.builder.internal.pathmatcher |
Constructor and Description |
---|
ProjectContext(PathNormalizer normalizer,
String id,
PathMatcher readMatcher,
PathMatcher writeMatcher,
Set<String> execIncludes) |
Modifier and Type | Method and Description |
---|---|
static PathNormalizer |
PathNormalizer.createNormalizer()
Creates
PathNormalizer that uses filesystem I/O calls (i.e. |
static PathNormalizer |
PathNormalizer.createNormalizer(Path basedir)
Creates
PathNormalizer optimized for use with PathMatcher . |
static PathNormalizer |
PathNormalizer.createNormalizer(String memento)
Creates
PathNormalizer using value returned by getMemento() |
Modifier and Type | Method and Description |
---|---|
static PathMatcher.Builder |
PathMatcher.builder(PathNormalizer normalizer)
Creates and returns new path matcher builder.
|
Copyright © 2021. All rights reserved.