Class Maven2JarProjectPaths

  • All Implemented Interfaces:
    ProjectPaths

    public class Maven2JarProjectPaths
    extends Maven2ProjectPaths
    Implementation of ProjectPaths if the configuration is located in a jar file inside of a Maven 2 project.
    • Constructor Detail

      • Maven2JarProjectPaths

        public Maven2JarProjectPaths​(File projectRoot,
                                     String jarFileName)
        Constructor.
        Parameters:
        projectRoot - path to the project root directory, not null. The path must either be absolute or relative to the current working directory.
        jarFileName - the name of the jar file, relative to the configuration root directory.