Package org.jboss.jca.as.upgrader
Class MavenMetadata
- java.lang.Object
-
- org.jboss.jca.as.upgrader.MavenMetadata
-
public class MavenMetadata extends Object
maven-metadata.xml utilities- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description MavenMetadata()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetVersion(String url)Get the version from the specified url
-
-
-
Method Detail
-
getVersion
public static String getVersion(String url) throws IOException
Get the version from the specified url- Parameters:
url- The url- Returns:
- The value
- Throws:
IOException- Thrown if the version can't be resolved
-
-