Package org.sonatype.nexus.component.services.internal.adapter

Examples of org.sonatype.nexus.component.services.internal.adapter.EntityAdapterRegistryImpl


    this.blobMetadataStore = MapdbBlobMetadataStore.create(blobMetadataPath.toFile());
    blobMetadataStore.start();

    blobStore = new FileBlobStore(blobContentPath, new VolumeChapterLocationStrategy(), new SimpleFileOperations(), blobMetadataStore);

    adapterRegistry = new EntityAdapterRegistryImpl(databaseInstanceProvider);
    componentStore = new ComponentStoreImpl(databaseInstanceProvider, blobStore, adapterRegistry, new DefaultEntityIdFactory());
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.component.services.internal.adapter.EntityAdapterRegistryImpl

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.