Class SisuRepositorySystemFactory
- java.lang.Object
-
- org.apache.maven.resolver.examples.sisu.SisuRepositorySystemFactory
-
@Named public class SisuRepositorySystemFactory extends Object
A factory for repository system instances that employs Eclipse Sisu to wire up the system's components.
-
-
Constructor Summary
Constructors Constructor Description SisuRepositorySystemFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RepositorySystem
newRepositorySystem()
-
-
-
Constructor Detail
-
SisuRepositorySystemFactory
public SisuRepositorySystemFactory()
-
-
Method Detail
-
newRepositorySystem
public static RepositorySystem newRepositorySystem()
-
-