Class Booter
java.lang.Object
org.apache.maven.resolver.examples.util.Booter
A helper to boot the repository system and a repository system session.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DependencyGraphDumper
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<RemoteRepository>
newRepositories
(RepositorySystem system, RepositorySystemSession session) static RepositorySystem
newRepositorySystem
(String factory) static String
selectFactory
(String[] args)
-
Field Details
-
SERVICE_LOCATOR
- See Also:
-
GUICE
- See Also:
-
SISU
- See Also:
-
DUMPER_SOUT
-
-
Constructor Details
-
Booter
public Booter()
-
-
Method Details
-
selectFactory
-
newRepositorySystem
-
newRepositorySystemSession
-
newRepositories
public static List<RemoteRepository> newRepositories(RepositorySystem system, RepositorySystemSession session)
-