Interface RootDetector

All Superinterfaces:
org.apache.maven.api.Service
All Known Implementing Classes:
DotMvnRootDetector, PomXmlRootDetector

public interface RootDetector extends org.apache.maven.api.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)