com.fusesource.tooling.fuse.cdc.api.aether
Class RepositorySystemSessionFactory

java.lang.Object
  extended by com.fusesource.tooling.fuse.cdc.api.aether.RepositorySystemSessionFactory

public class RepositorySystemSessionFactory
extends java.lang.Object

TODO Add Class documentation for RepositorySystemSessionFactory


Field Summary
static java.lang.String DEFAULT_LOCAL_REPO_DIR
          The Maven default repository location of /.m2/repository
 
Method Summary
static org.sonatype.aether.RepositorySystemSession newRepositorySystemSession(org.sonatype.aether.RepositorySystem system)
           
static org.sonatype.aether.RepositorySystemSession newRepositorySystemSession(org.sonatype.aether.RepositorySystem system, java.lang.String localRepoDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LOCAL_REPO_DIR

public static final java.lang.String DEFAULT_LOCAL_REPO_DIR
The Maven default repository location of /.m2/repository

Method Detail

newRepositorySystemSession

public static org.sonatype.aether.RepositorySystemSession newRepositorySystemSession(org.sonatype.aether.RepositorySystem system)

newRepositorySystemSession

public static org.sonatype.aether.RepositorySystemSession newRepositorySystemSession(org.sonatype.aether.RepositorySystem system,
                                                                                     java.lang.String localRepoDir)


Copyright © 2013 FuseSource. All Rights Reserved.