TreeTrunkScanner scans a file system tree under the baseDir directory.
Materials/
| Type | Name and description |
|---|---|
static org.slf4j.Logger |
logger_ |
| Constructor and description |
|---|
TreeTrunkScanner
(java.nio.file.Path baseDir) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
RepositoryRoot |
getRepositoryRoot() |
|
static void |
main(java.lang.String[] args) |
|
void |
scan()scan the baseDir to return an instance of RepositoryRoot |
|
java.lang.String |
toJsonText() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
scan the baseDir to return an instance of RepositoryRoot
Groovy Documentation