Class UnpackPluginMojo.JarLocation
java.lang.Object
de.iip_ecosphere.platform.tools.maven.dependencies.UnpackPluginMojo.JarLocation
- Enclosing class:
UnpackPluginMojo
Represent a Jar location.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateJarLocation(String original) A jar location with just the orignal path.privateJarLocation(String original, String actual) A jar location with the orignal and an actual path to be used in the LoaderIndex. -
Method Summary
-
Field Details
-
original
-
actual
-
-
Constructor Details
-
JarLocation
A jar location with just the orignal path.- Parameters:
original- the original path
-
JarLocation
A jar location with the orignal and an actual path to be used in the LoaderIndex.- Parameters:
original- the original pathactual- the actual path
-
-
Method Details
-
toFile
File toFile()Turns this location to a (source) file.- Returns:
- the file
-