Package org.kie.maven.integration
Class Aether
- java.lang.Object
-
- org.kie.maven.integration.Aether
-
public class Aether extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Aetherinstancestatic java.lang.StringS3_WAGON_CLASS
-
Constructor Summary
Constructors Constructor Description Aether(org.apache.maven.project.MavenProject mavenProject)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AethergetAether()org.eclipse.aether.repository.RemoteRepositorygetLocalRepository()java.util.Collection<org.eclipse.aether.repository.RemoteRepository>getRepositories()org.eclipse.aether.RepositorySystemSessiongetSession()org.eclipse.aether.RepositorySystemgetSystem()
-
-
-
Field Detail
-
S3_WAGON_CLASS
public static final java.lang.String S3_WAGON_CLASS
- See Also:
- Constant Field Values
-
instance
public static Aether instance
-
-
Method Detail
-
getAether
public static Aether getAether()
-
getSystem
public org.eclipse.aether.RepositorySystem getSystem()
-
getSession
public org.eclipse.aether.RepositorySystemSession getSession()
-
getRepositories
public java.util.Collection<org.eclipse.aether.repository.RemoteRepository> getRepositories()
-
getLocalRepository
public org.eclipse.aether.repository.RemoteRepository getLocalRepository()
-
-