Package com.github.sannies.nexusaptplugin.cache

Examples of com.github.sannies.nexusaptplugin.cache.RepositoryData


    public ContentLocator generateContent(Repository repository, String path, StorageFileItem item)
            throws IllegalOperationException, ItemNotFoundException, LocalStorageException {
        // make length unknown (since it will be known only in the moment of actual content pull)
        item.setLength(-1);

        RepositoryData data = new RepositoryData(repository.getId(),
          ((DefaultIndexerManager)indexerManager).getRepositoryIndexContext(repository),
          new ArtifactInfoFilter()
          {
            @Override
        public boolean accepts(IndexingContext ctx, ArtifactInfo ai) {
View Full Code Here

TOP

Related Classes of com.github.sannies.nexusaptplugin.cache.RepositoryData

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.