Class MavenArtifact
java.lang.Object
net.bull.javamelody.internal.model.MavenArtifact
- All Implemented Interfaces:
Serializable
Lecture d'artifacts Maven.
- Author:
- Emeric Vernat
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()static FilegetSourceJarFile(URL classesJarFileUrl) static FilegetUrl()static Map<String,MavenArtifact> static InputStreamstatic StringtoString()
-
Method Details
-
getGroupId
-
getArtifactId
-
getVersion
-
getName
- Throws:
IOException
-
getUrl
- Throws:
IOException
-
getLicenseUrlsByName
- Throws:
IOException
-
getWebappDependencies
- Throws:
IOException
-
getWebappPomXmlAsStream
-
getWebappVersion
-
getSourceJarFile
- Throws:
IOException
-
getTomcatSrcZipFile
-
toString
-