Package org.smallmind.artifact.maven
Class MavenScannerEvent
java.lang.Object
java.util.EventObject
org.smallmind.artifact.maven.MavenScannerEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionMavenScannerEvent(Object source, Map<org.eclipse.aether.artifact.Artifact, org.eclipse.aether.artifact.Artifact> artifactDeltaMap, ArtifactTag[] artifactTags, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescriptionMap<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.artifact.Artifact> org.eclipse.aether.artifact.Artifact[]Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MavenScannerEvent
public MavenScannerEvent(Object source, Map<org.eclipse.aether.artifact.Artifact, org.eclipse.aether.artifact.Artifact> artifactDeltaMap, ArtifactTag[] artifactTags, ClassLoader classLoader)
-
-
Method Details
-
getArtifactDeltaMap
public Map<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.artifact.Artifact> getArtifactDeltaMap() -
getArtifacts
public org.eclipse.aether.artifact.Artifact[] getArtifacts() -
getClassLoader
-