|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VerificationException | |
|---|---|
| org.apache.maven.it | |
| Uses of VerificationException in org.apache.maven.it |
|---|
| Methods in org.apache.maven.it that throw VerificationException | |
|---|---|
void |
Verifier.executeGoal(String goal)
|
void |
Verifier.executeGoal(String goal,
Map<String,String> envVars)
|
void |
Verifier.executeGoals(List<String> goals)
|
void |
Verifier.executeGoals(List<String> goals,
Map<String,String> envVars)
|
void |
Verifier.executeHook(String filename)
|
String |
Verifier.getMavenVersion()
|
static void |
Verifier.launchSubversion(String line,
String basedir)
|
List<String> |
Verifier.loadFile(File file,
boolean hasCommand)
|
List<String> |
Verifier.loadFile(String basedir,
String filename,
boolean hasCommand)
|
Properties |
Verifier.loadProperties(String filename)
|
static void |
Verifier.main(String[] args)
|
void |
Verifier.verify(boolean chokeOnErrorOutput)
|
void |
Verifier.verifyErrorFreeLog()
|
void |
Verifier.verifyTextInLog(String text)
Throws an exception if the text is not present in the log. |
| Constructors in org.apache.maven.it that throw VerificationException | |
|---|---|
Verifier(String basedir)
|
|
Verifier(String basedir,
boolean debug)
|
|
Verifier(String basedir,
String settingsFile)
|
|
Verifier(String basedir,
String settingsFile,
boolean debug)
|
|
Verifier(String basedir,
String settingsFile,
boolean debug,
boolean forkJvm)
|
|
Verifier(String basedir,
String settingsFile,
boolean debug,
boolean forkJvm,
String[] defaultCliOptions)
|
|
Verifier(String basedir,
String settingsFile,
boolean debug,
String[] defaultCliOptions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||