org.ow2.jonas.launcher.felix.util
Class Maven2Utils
java.lang.Object
org.ow2.jonas.launcher.felix.util.Maven2Utils
public final class Maven2Utils
- extends Object
Maven2 Utilities.
- Author:
- Guillaume Sauthier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBundleMaven2Location
public static String getBundleMaven2Location(String groupId,
String artifactId,
String version,
String classifier)
throws FileNotFoundException
- Parameters:
groupId - Artifact groupIdartifactId - Artifact IDversion - Artifact versionclassifier - Artifact's classifier (may be null)
- Returns:
- a string-ified URL
- Throws:
FileNotFoundException - if jar file is not in the repository.
Copyright © 2008 OW2 Consortium. All Rights Reserved.