Interface PomFile

All Superinterfaces:
FileResource, IOResource, Resource

public interface PomFile extends FileResource
A FileResource that represents a POM file.
  • Method Details

    • of

      static PomFile of(Path path)
      Creates a new POM file resource from the given path.
      Parameters:
      path - the path
      Returns:
      the POM file