org.jvnet.hudson.update_center
Class DefaultMavenRepositoryBuilder

java.lang.Object
  extended by org.jvnet.hudson.update_center.DefaultMavenRepositoryBuilder

public class DefaultMavenRepositoryBuilder
extends Object


Constructor Summary
DefaultMavenRepositoryBuilder()
           
 
Method Summary
static MavenRepositoryImpl createStandardInstance()
           
static MavenRepositoryImpl createStandardInstance(Integer maxPlugins)
           
 MavenRepository getInstance()
           
 DefaultMavenRepositoryBuilder withRemoteRepositories()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMavenRepositoryBuilder

public DefaultMavenRepositoryBuilder()
                              throws Exception
Throws:
Exception
Method Detail

withRemoteRepositories

public DefaultMavenRepositoryBuilder withRemoteRepositories()
                                                     throws IOException,
                                                            org.sonatype.nexus.index.context.UnsupportedExistingLuceneIndexException
Throws:
IOException
org.sonatype.nexus.index.context.UnsupportedExistingLuceneIndexException

getInstance

public MavenRepository getInstance()

createStandardInstance

public static MavenRepositoryImpl createStandardInstance(Integer maxPlugins)
                                                  throws Exception
Parameters:
maxPlugins - can be null.
Returns:
Throws:
Exception

createStandardInstance

public static MavenRepositoryImpl createStandardInstance()
                                                  throws Exception
Throws:
Exception


Copyright © 2004-2011. All Rights Reserved.