Package com.github.javaparser.utils
Interface CollectionStrategy
-
- All Known Implementing Classes:
ParserCollectionStrategy
public interface CollectionStrategyA strategy for discovering the structure of a project. Implementations could read a pom.xml, a Gradle build file, a makefile...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ProjectRootcollect(Path path)ParserConfigurationgetParserConfiguration()default PathMatchergetPathMatcher(String pattern)default Optional<Path>getRoot(Path file)
-
-
-
Method Detail
-
getParserConfiguration
ParserConfiguration getParserConfiguration()
-
collect
ProjectRoot collect(Path path)
-
getPathMatcher
default PathMatcher getPathMatcher(String pattern)
-
-