org.jboss.jca.as.upgrader
Class MavenMetadata

java.lang.Object
  extended by org.jboss.jca.as.upgrader.MavenMetadata

public class MavenMetadata
extends Object

maven-metadata.xml utilities

Author:
Jesper Pedersen

Constructor Summary
MavenMetadata()
           
 
Method Summary
static String getVersion(String url)
          Get the version from the specified url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenMetadata

public MavenMetadata()
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


Copyright © 2011 Red Hat Middleware LLC (http://www.jboss.com/)