Class AbstractMetadataTimer

java.lang.Object
com.soebes.maven.extensions.metadata.AbstractMetadataTimer
Direct Known Subclasses:
MetadataDeploymentTimer, MetadataDownloadTimer, MetadataInstallTimer

public abstract class AbstractMetadataTimer extends Object
Author:
Karl Heinz Marbaise kama@soebes.de
  • Constructor Details

    • AbstractMetadataTimer

      protected AbstractMetadataTimer()
  • Method Details

    • getArtifactId

      protected String getArtifactId(org.eclipse.aether.metadata.Metadata artifact)
    • getTimerEvents

      protected Map<String,TimePlusSize> getTimerEvents()
    • start

      public void start(org.eclipse.aether.RepositoryEvent event)
    • stop

      public void stop(org.eclipse.aether.RepositoryEvent event)