Interface RootDetector

All Superinterfaces:
org.apache.maven.api.Service

public interface RootDetector extends org.apache.maven.api.Service
Detects whether a given directory is a root directory.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isRootDirectory

      boolean isRootDirectory(Path dir)