public class ParserCollectionStrategy extends Object implements CollectionStrategy
CollectionStrategy for discovering a project structure.
It will search through the given project root path for Java files,
look at their package declarations, and figure out the root directories for those files.
No project definition files like pom.xml or build.gradle are used.
This strategy is crude, but can work for many cases.
Note that any build artifacts will also be detected: jar files in target directories and so on.| Constructor and Description |
|---|
ParserCollectionStrategy() |
ParserCollectionStrategy(ParserConfiguration parserConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
ProjectRoot |
collect(Path path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathMatcher, getRootpublic ParserCollectionStrategy()
public ParserCollectionStrategy(ParserConfiguration parserConfiguration)
public ProjectRoot collect(Path path)
collect in interface CollectionStrategyCopyright © 2007–2019. All rights reserved.