Package org.eclipse.aether.impl

Examples of org.eclipse.aether.impl.RepositoryEventDispatcher


        throws Exception
    {
        // prepare
        DefaultArtifactDescriptorReader reader = (DefaultArtifactDescriptorReader) lookup( ArtifactDescriptorReader.class );
       
        RepositoryEventDispatcher eventDispatcher = mock( RepositoryEventDispatcher.class );
       
        ArgumentCaptor<RepositoryEvent> event = ArgumentCaptor.forClass( RepositoryEvent.class );
       
        reader.setRepositoryEventDispatcher( eventDispatcher );
View Full Code Here

TOP

Related Classes of org.eclipse.aether.impl.RepositoryEventDispatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.