Class Booter
- java.lang.Object
-
- org.apache.storm.submit.dependency.Booter
-
public class Booter extends Object
Manage mvn repository.
-
-
Constructor Summary
Constructors Constructor Description Booter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.aether.repository.RemoteRepository
newCentralRepository()
static org.eclipse.aether.repository.RemoteRepository
newLocalRepository()
static org.eclipse.aether.RepositorySystem
newRepositorySystem()
static org.eclipse.aether.RepositorySystemSession
newRepositorySystemSession(org.eclipse.aether.RepositorySystem system, String localRepoPath)
-
-
-
Method Detail
-
newRepositorySystem
public static org.eclipse.aether.RepositorySystem newRepositorySystem()
-
newRepositorySystemSession
public static org.eclipse.aether.RepositorySystemSession newRepositorySystemSession(org.eclipse.aether.RepositorySystem system, String localRepoPath)
-
newCentralRepository
public static org.eclipse.aether.repository.RemoteRepository newCentralRepository()
-
newLocalRepository
public static org.eclipse.aether.repository.RemoteRepository newLocalRepository()
-
-