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
FieldsModifier and TypeFieldDescriptionstatic final DependencyGraphDumperstatic final Stringstatic final Stringstatic final Stringstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<RemoteRepository> newRepositories(RepositorySystem system, RepositorySystemSession session) static RepositorySystemnewRepositorySystem(String factory) newRepositorySystemSession(RepositorySystem system, String fs) static StringselectFactory(String[] args) static String 
- 
Field Details
- 
FACTORY_SUPPLIER
- See Also:
 
 - 
FACTORY_SISU
- See Also:
 
 - 
FS_DEFAULT
- See Also:
 
 - 
FS_JIMFS
- See Also:
 
 - 
DUMPER_SOUT
 
 - 
 - 
Constructor Details
- 
Booter
public Booter() 
 - 
 - 
Method Details
- 
selectFactory
 - 
selectFs
 - 
newRepositorySystem
 - 
newRepositorySystemSession
public static RepositorySystemSession.SessionBuilder newRepositorySystemSession(RepositorySystem system, String fs)  - 
newRepositories
public static List<RemoteRepository> newRepositories(RepositorySystem system, RepositorySystemSession session)  
 -