org.sonatype.aether.util.listener
Class AbstractRepositoryListener
java.lang.Object
org.sonatype.aether.AbstractRepositoryListener
org.sonatype.aether.util.listener.AbstractRepositoryListener
- All Implemented Interfaces:
- RepositoryListener
Deprecated. As of version 1.8, use AbstractRepositoryListener
instead.
@Deprecated
public abstract class AbstractRepositoryListener
- extends AbstractRepositoryListener
A skeleton implementation for custom repository listeners. The callback methods in this class do nothing.
- Author:
- Benjamin Bentmann
Methods inherited from class org.sonatype.aether.AbstractRepositoryListener |
artifactDeployed, artifactDeploying, artifactDescriptorInvalid, artifactDescriptorMissing, artifactDownloaded, artifactDownloading, artifactInstalled, artifactInstalling, artifactResolved, artifactResolving, metadataDeployed, metadataDeploying, metadataDownloaded, metadataDownloading, metadataInstalled, metadataInstalling, metadataInvalid, metadataResolved, metadataResolving |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRepositoryListener
public AbstractRepositoryListener()
- Deprecated.
Copyright © 2010-2013. All Rights Reserved.