|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.AbstractMavenComponent
org.apache.maven.verifier.LocalSettingsVerifier
public class LocalSettingsVerifier
Verify the integrity of the local repository.
Constructor Summary | |
---|---|
LocalSettingsVerifier(Project project)
Default constructor. |
Method Summary | |
---|---|
void |
verifyLocalRepository()
Verify user settings before attempting to verify the project. |
Methods inherited from class org.apache.maven.AbstractMavenComponent |
---|
getMessage, getMessage, getProject, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalSettingsVerifier(Project project)
project
- the project to verifyMethod Detail |
---|
public void verifyLocalRepository() throws RepoConfigException
RepoConfigException
- If an error occurs while trying to verify some basic
maven settings.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |