Class UnpackPluginMojo.JarLocation

java.lang.Object
de.iip_ecosphere.platform.tools.maven.dependencies.UnpackPluginMojo.JarLocation
Enclosing class:
UnpackPluginMojo

private static class UnpackPluginMojo.JarLocation extends Object
Represent a Jar location.
Author:
Holger Eichelberger, SSE
  • Field Details

    • original

      private String original
    • actual

      private String actual
  • Constructor Details

    • JarLocation

      private JarLocation(String original)
      A jar location with just the orignal path.
      Parameters:
      original - the original path
    • JarLocation

      private JarLocation(String original, String actual)
      A jar location with the orignal and an actual path to be used in the LoaderIndex.
      Parameters:
      original - the original path
      actual - the actual path
  • Method Details

    • toFile

      File toFile()
      Turns this location to a (source) file.
      Returns:
      the file