Class Maven2DirectoryProjectPaths

  • All Implemented Interfaces:
    ProjectPaths

    public class Maven2DirectoryProjectPaths
    extends Maven2ProjectPaths
    Implementation of ProjectPaths if the configuration is located in a directory of a maven 2 project.
    • Constructor Detail

      • Maven2DirectoryProjectPaths

        public Maven2DirectoryProjectPaths​(File projectRoot)
        Constructor.
        Parameters:
        projectRoot - path to the project root directory, not null. The path must either be absolute or relative to the current working directory.