Klasse Maven2JarProjectPaths

java.lang.Object
org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths
Alle implementierten Schnittstellen:
ProjectPaths

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

    • Maven2JarProjectPaths

      public Maven2JarProjectPaths(File projectRoot, String jarFileName)
      Constructor.
      Parameter:
      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.
  • Methodendetails