|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfrog.maven.annomojo.extractor.Maven20Helper
public class Maven20Helper
Method Summary | |
---|---|
org.apache.maven.settings.Settings |
buildSettings(java.io.File userSettingsPath,
java.io.File globalSettingsPath,
java.lang.Boolean pluginUpdateOverride)
|
org.apache.maven.settings.Settings |
buildSettings(java.io.File userSettingsPath,
java.io.File globalSettingsPath,
boolean interactive,
boolean offline,
boolean usePluginRegistry,
java.lang.Boolean pluginUpdateOverride)
|
org.apache.maven.artifact.repository.ArtifactRepository |
createLocalRepository(java.io.File directory)
|
org.apache.maven.artifact.repository.ArtifactRepository |
createRepository(java.lang.String repositoryId,
java.lang.String repositoryUrl,
boolean offline,
boolean updateSnapshots,
java.lang.String globalChecksumPolicy)
|
java.io.File |
getGlobalSettingsPath()
Retrieve the global settings path using the followiwin search pattern: 1. |
org.apache.maven.artifact.repository.ArtifactRepository |
getLocalRepository()
|
java.lang.String |
getLocalRepositoryPath()
|
java.lang.String |
getLocalRepositoryPath(org.apache.maven.settings.Settings settings)
Retrieve the local repository path using the followiwin search pattern: 1. |
java.io.File |
getUserSettingsPath(java.lang.String optionalSettingsPath)
Retrieve the user settings path using the followiwin search pattern: 1. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.apache.maven.artifact.repository.ArtifactRepository createLocalRepository(java.io.File directory)
public org.apache.maven.artifact.repository.ArtifactRepository createRepository(java.lang.String repositoryId, java.lang.String repositoryUrl, boolean offline, boolean updateSnapshots, java.lang.String globalChecksumPolicy)
public org.apache.maven.settings.Settings buildSettings(java.io.File userSettingsPath, java.io.File globalSettingsPath, boolean interactive, boolean offline, boolean usePluginRegistry, java.lang.Boolean pluginUpdateOverride) throws java.lang.Exception
java.lang.Exception
public org.apache.maven.settings.Settings buildSettings(java.io.File userSettingsPath, java.io.File globalSettingsPath, java.lang.Boolean pluginUpdateOverride) throws java.lang.Exception
java.lang.Exception
public java.io.File getUserSettingsPath(java.lang.String optionalSettingsPath)
public java.io.File getGlobalSettingsPath()
public java.lang.String getLocalRepositoryPath(org.apache.maven.settings.Settings settings)
public java.lang.String getLocalRepositoryPath() throws java.lang.Exception
java.lang.Exception
public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository() throws java.lang.Exception
getLocalRepository
in interface MavenHelper
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |