Uses of Interface
org.sonatype.aether.impl.MetadataGeneratorFactory

Packages that use MetadataGeneratorFactory
org.sonatype.aether.impl.internal   
 

Uses of MetadataGeneratorFactory in org.sonatype.aether.impl.internal
 

Methods in org.sonatype.aether.impl.internal with parameters of type MetadataGeneratorFactory
 DefaultInstaller DefaultInstaller.addMetadataGeneratorFactory(MetadataGeneratorFactory factory)
           
 DefaultDeployer DefaultDeployer.addMetadataGeneratorFactory(MetadataGeneratorFactory factory)
           
 

Method parameters in org.sonatype.aether.impl.internal with type arguments of type MetadataGeneratorFactory
 DefaultInstaller DefaultInstaller.setMetadataFactories(List<MetadataGeneratorFactory> metadataFactories)
           
 DefaultDeployer DefaultDeployer.setMetadataFactories(List<MetadataGeneratorFactory> metadataFactories)
           
 

Constructor parameters in org.sonatype.aether.impl.internal with type arguments of type MetadataGeneratorFactory
DefaultDeployer(Logger logger, FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, List<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory)
           
DefaultInstaller(Logger logger, FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, List<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory)
           
 



Copyright © 2010-2013. All Rights Reserved.