Interface RootDetector

All Superinterfaces:
Service
All Known Implementing Classes:
DotMvnRootDetector, PomXmlRootDetector

public interface RootDetector extends Service
Interface used to detect is a given directory "root directory".
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isRootDirectory

      boolean isRootDirectory(Path dir)