public class X_Maven extends Object
| Constructor and Description |
|---|
X_Maven() |
| Modifier and Type | Method and Description |
|---|---|
static BytecodeAdapterService |
compileScopeAdapter(org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session) |
static ClasspathResourceMap |
compileScopeScanner(org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session) |
static URL[] |
compileScopeUrls(org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session) |
static MvnService |
getMavenService() |
static org.eclipse.aether.resolution.ArtifactResult |
loadArtifact(String groupId,
String artifactId,
String version) |
static org.eclipse.aether.resolution.ArtifactResult |
loadArtifact(String groupId,
String artifactId,
String extension,
String version) |
static org.eclipse.aether.resolution.ArtifactResult |
loadArtifact(String groupId,
String artifactId,
String classifier,
String extension,
String version) |
static org.eclipse.aether.repository.LocalArtifactResult |
loadLocalArtifact(String groupId,
String artifactId,
String version) |
static org.eclipse.aether.repository.LocalArtifactResult |
loadLocalArtifact(String groupId,
String artifactId,
String extension,
String version) |
static org.eclipse.aether.repository.LocalArtifactResult |
loadLocalArtifact(String groupId,
String artifactId,
String classifier,
String extension,
String version) |
static org.apache.maven.model.Model |
loadPom(String fileLocation) |
static org.apache.maven.model.Model |
loadPomString(String pomString) |
static List<org.eclipse.aether.repository.RemoteRepository> |
remoteRepos() |
static String |
toDescriptor(org.apache.maven.model.Model model,
boolean verbose) |
public static org.apache.maven.model.Model loadPom(String fileLocation)
public static org.apache.maven.model.Model loadPomString(String pomString)
public static List<org.eclipse.aether.repository.RemoteRepository> remoteRepos()
public static MvnService getMavenService()
public static org.eclipse.aether.resolution.ArtifactResult loadArtifact(String groupId, String artifactId, String version)
public static org.eclipse.aether.resolution.ArtifactResult loadArtifact(String groupId, String artifactId, String extension, String version)
public static org.eclipse.aether.resolution.ArtifactResult loadArtifact(String groupId, String artifactId, String classifier, String extension, String version)
public static org.eclipse.aether.repository.LocalArtifactResult loadLocalArtifact(String groupId, String artifactId, String version)
public static org.eclipse.aether.repository.LocalArtifactResult loadLocalArtifact(String groupId, String artifactId, String extension, String version)
public static org.eclipse.aether.repository.LocalArtifactResult loadLocalArtifact(String groupId, String artifactId, String classifier, String extension, String version)
public static String toDescriptor(org.apache.maven.model.Model model, boolean verbose)
public static ClasspathResourceMap compileScopeScanner(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session)
public static URL[] compileScopeUrls(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session)
public static BytecodeAdapterService compileScopeAdapter(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.