Class Booter
- java.lang.Object
-
- org.apache.maven.resolver.examples.util.Booter
-
public class Booter extends java.lang.ObjectA helper to boot the repository system and a repository system session.
-
-
Constructor Summary
Constructors Constructor Description Booter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static RemoteRepositorynewCentralRepository()static java.util.List<RemoteRepository>newRepositories(RepositorySystem system, RepositorySystemSession session)static RepositorySystemnewRepositorySystem()static DefaultRepositorySystemSessionnewRepositorySystemSession(RepositorySystem system)
-
-
-
Method Detail
-
newRepositorySystem
public static RepositorySystem newRepositorySystem()
-
newRepositorySystemSession
public static DefaultRepositorySystemSession newRepositorySystemSession(RepositorySystem system)
-
newRepositories
public static java.util.List<RemoteRepository> newRepositories(RepositorySystem system, RepositorySystemSession session)
-
newCentralRepository
private static RemoteRepository newCentralRepository()
-
-