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