public final class MavenArtifact extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getGroupId() |
Map<String,String> |
getLicenseUrlsByName() |
String |
getName() |
static File |
getSourceJarFile(URL classesJarFileUrl) |
String |
getUrl() |
String |
getVersion() |
static Map<String,MavenArtifact> |
getWebappDependencies() |
static InputStream |
getWebappPomXmlAsStream() |
static String |
getWebappVersion() |
String |
toString() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getName() throws IOException
IOException
public String getUrl() throws IOException
IOException
public Map<String,String> getLicenseUrlsByName() throws IOException
IOException
public static Map<String,MavenArtifact> getWebappDependencies() throws IOException
IOException
public static InputStream getWebappPomXmlAsStream()
public static String getWebappVersion()
public static File getSourceJarFile(URL classesJarFileUrl) throws IOException
IOException
Copyright © 2008–2019 Emeric Vernat. All rights reserved.