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
IOExceptionpublic String getUrl() throws IOException
IOExceptionpublic Map<String,String> getLicenseUrlsByName() throws IOException
IOExceptionpublic static Map<String,MavenArtifact> getWebappDependencies() throws IOException
IOExceptionpublic static InputStream getWebappPomXmlAsStream()
public static String getWebappVersion()
public static File getSourceJarFile(URL classesJarFileUrl) throws IOException
IOExceptionCopyright © 2008–2018 Emeric Vernat. All rights reserved.