public abstract class AbstractAtlasMapMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
AbstractAtlasMapMojo() |
Modifier and Type | Method and Description |
---|---|
File |
getOutputDir() |
File |
getOutputFile() |
List<org.eclipse.aether.repository.RemoteRepository> |
getRemoteRepos() |
org.eclipse.aether.RepositorySystemSession |
getRepoSession() |
org.eclipse.aether.RepositorySystem |
getSystem() |
protected List<URL> |
resolveClasspath(List<String> artifacts) |
void |
setOutputDir(File outputDir) |
void |
setOutputFile(File outputFile) |
void |
setRemoteRepos(List<org.eclipse.aether.repository.RemoteRepository> remoteRepos) |
void |
setRepoSession(org.eclipse.aether.RepositorySystemSession repoSession) |
void |
setSystem(org.eclipse.aether.RepositorySystem system) |
protected void |
writeToJsonFile(String name,
Object object) |
getLog, getPluginContext, setLog, setPluginContext
protected List<URL> resolveClasspath(List<String> artifacts) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
protected void writeToJsonFile(String name, Object object) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public org.eclipse.aether.RepositorySystem getSystem()
public void setSystem(org.eclipse.aether.RepositorySystem system)
public List<org.eclipse.aether.repository.RemoteRepository> getRemoteRepos()
public void setRemoteRepos(List<org.eclipse.aether.repository.RemoteRepository> remoteRepos)
public org.eclipse.aether.RepositorySystemSession getRepoSession()
public void setRepoSession(org.eclipse.aether.RepositorySystemSession repoSession)
public File getOutputDir()
public void setOutputDir(File outputDir)
public File getOutputFile()
public void setOutputFile(File outputFile)
Copyright © 2020 JBoss by Red Hat. All rights reserved.