Class LoggingRepositoryListener

java.lang.Object
com.zfabrik.impl.mvncr.util.LoggingRepositoryListener
All Implemented Interfaces:
org.eclipse.aether.RepositoryListener

public class LoggingRepositoryListener extends Object implements org.eclipse.aether.RepositoryListener
  • Constructor Details

    • LoggingRepositoryListener

      public LoggingRepositoryListener()
  • Method Details

    • artifactDeployed

      public void artifactDeployed(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactDeployed in interface org.eclipse.aether.RepositoryListener
    • artifactDeploying

      public void artifactDeploying(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactDeploying in interface org.eclipse.aether.RepositoryListener
    • artifactDescriptorInvalid

      public void artifactDescriptorInvalid(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactDescriptorInvalid in interface org.eclipse.aether.RepositoryListener
    • artifactDescriptorMissing

      public void artifactDescriptorMissing(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactDescriptorMissing in interface org.eclipse.aether.RepositoryListener
    • artifactInstalled

      public void artifactInstalled(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactInstalled in interface org.eclipse.aether.RepositoryListener
    • artifactInstalling

      public void artifactInstalling(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactInstalling in interface org.eclipse.aether.RepositoryListener
    • artifactResolved

      public void artifactResolved(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactResolved in interface org.eclipse.aether.RepositoryListener
    • artifactDownloading

      public void artifactDownloading(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactDownloading in interface org.eclipse.aether.RepositoryListener
    • artifactDownloaded

      public void artifactDownloaded(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactDownloaded in interface org.eclipse.aether.RepositoryListener
    • artifactResolving

      public void artifactResolving(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      artifactResolving in interface org.eclipse.aether.RepositoryListener
    • metadataDeployed

      public void metadataDeployed(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataDeployed in interface org.eclipse.aether.RepositoryListener
    • metadataDeploying

      public void metadataDeploying(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataDeploying in interface org.eclipse.aether.RepositoryListener
    • metadataInstalled

      public void metadataInstalled(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataInstalled in interface org.eclipse.aether.RepositoryListener
    • metadataInstalling

      public void metadataInstalling(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataInstalling in interface org.eclipse.aether.RepositoryListener
    • metadataInvalid

      public void metadataInvalid(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataInvalid in interface org.eclipse.aether.RepositoryListener
    • metadataResolved

      public void metadataResolved(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataResolved in interface org.eclipse.aether.RepositoryListener
    • metadataResolving

      public void metadataResolving(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataResolving in interface org.eclipse.aether.RepositoryListener
    • metadataDownloaded

      public void metadataDownloaded(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataDownloaded in interface org.eclipse.aether.RepositoryListener
    • metadataDownloading

      public void metadataDownloading(org.eclipse.aether.RepositoryEvent event)
      Specified by:
      metadataDownloading in interface org.eclipse.aether.RepositoryListener