Class GuiceRepositorySystemFactory
- java.lang.Object
-
- org.apache.maven.resolver.examples.guice.GuiceRepositorySystemFactory
-
public class GuiceRepositorySystemFactory extends Object
A 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 RepositorySystem
newRepositorySystem()
-
-
-
Constructor Detail
-
GuiceRepositorySystemFactory
public GuiceRepositorySystemFactory()
-
-
Method Detail
-
newRepositorySystem
public static RepositorySystem newRepositorySystem()
-
-