org.mule.devkit.nexus
Class ModuleCatalogContentLocator

java.lang.Object
  extended by org.mule.devkit.nexus.ModuleCatalogContentLocator
All Implemented Interfaces:
org.sonatype.nexus.proxy.item.ContentLocator

public class ModuleCatalogContentLocator
extends Object
implements org.sonatype.nexus.proxy.item.ContentLocator


Nested Class Summary
static class ModuleCatalogContentLocator.ClassifierArtifactInfoFilter
           
 
Constructor Summary
ModuleCatalogContentLocator(org.apache.maven.index.context.IndexingContext indexingContext, org.apache.maven.index.NexusIndexer nexusIndexer, org.apache.maven.index.ArtifactInfoFilter artifactInfoFilter)
           
 
Method Summary
 InputStream getContent()
           
 String getMimeType()
           
 boolean isReusable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleCatalogContentLocator

public ModuleCatalogContentLocator(org.apache.maven.index.context.IndexingContext indexingContext,
                                   org.apache.maven.index.NexusIndexer nexusIndexer,
                                   org.apache.maven.index.ArtifactInfoFilter artifactInfoFilter)
Method Detail

getContent

public InputStream getContent()
                       throws IOException
Specified by:
getContent in interface org.sonatype.nexus.proxy.item.ContentLocator
Throws:
IOException

getMimeType

public String getMimeType()
Specified by:
getMimeType in interface org.sonatype.nexus.proxy.item.ContentLocator

isReusable

public boolean isReusable()
Specified by:
isReusable in interface org.sonatype.nexus.proxy.item.ContentLocator


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.