Interface ModelSource.ModelLocator

Enclosing interface:
ModelSource

public static interface ModelSource.ModelLocator
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the file containing the pom or null if a pom can not be found at the given file or in the given directory.
  • Method Details

    • locateExistingPom

      @Nullable Path locateExistingPom(@Nonnull Path project)
      Returns the file containing the pom or null if a pom can not be found at the given file or in the given directory.
      Since:
      4.0.0