Class AbstractMetadataTimer
java.lang.Object
com.soebes.maven.extensions.metadata.AbstractMetadataTimer
- Direct Known Subclasses:
MetadataDeploymentTimer
,MetadataDownloadTimer
,MetadataInstallTimer
- Author:
- Karl Heinz Marbaise kama@soebes.de
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getArtifactId
(org.eclipse.aether.metadata.Metadata artifact) protected Map<String,
TimePlusSize> void
start
(org.eclipse.aether.RepositoryEvent event) void
stop
(org.eclipse.aether.RepositoryEvent event)
-
Constructor Details
-
AbstractMetadataTimer
protected AbstractMetadataTimer()
-
-
Method Details
-
getArtifactId
-
getTimerEvents
-
start
public void start(org.eclipse.aether.RepositoryEvent event) -
stop
public void stop(org.eclipse.aether.RepositoryEvent event)
-