org.mule.devkit.nexus
Class PluginCatalogContentLocator

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

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


Nested Class Summary
static class PluginCatalogContentLocator.ClassifierArtifactInfoFilter
           
 
Constructor Summary
PluginCatalogContentLocator(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

PluginCatalogContentLocator

public PluginCatalogContentLocator(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–2013 MuleSoft, Inc.. All rights reserved.