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