Class GuiceRepositorySystemFactory
- java.lang.Object
-
- org.apache.maven.resolver.examples.guice.GuiceRepositorySystemFactory
-
public class GuiceRepositorySystemFactory extends java.lang.ObjectA factory for repository system instances that employs JSR-330 via Guice to wire up the system's components.
-
-
Constructor Summary
Constructors Constructor Description GuiceRepositorySystemFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RepositorySystemnewRepositorySystem()
-
-
-
Method Detail
-
newRepositorySystem
public static RepositorySystem newRepositorySystem()
-
-