Class ManualRepositorySystemFactory
- java.lang.Object
-
- org.apache.maven.resolver.examples.manual.ManualRepositorySystemFactory
-
public class ManualRepositorySystemFactory extends java.lang.ObjectA factory for repository system instances that employs Maven Artifact Resolver's built-in service locator infrastructure to wire up the system's components.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description ManualRepositorySystemFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RepositorySystemnewRepositorySystem()
-
-
-
Method Detail
-
newRepositorySystem
public static RepositorySystem newRepositorySystem()
-
-