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 StringgetArtifactId(org.eclipse.aether.metadata.Metadata artifact) protected Map<String,TimePlusSize> voidstart(org.eclipse.aether.RepositoryEvent event) voidstop(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)  
 -