Package org.apache.maven.plugins.invoker
Class AbstractInvokerMojo.ExecutionResult
- java.lang.Object
-
- org.apache.maven.plugins.invoker.AbstractInvokerMojo.ExecutionResult
-
- Enclosing class:
- AbstractInvokerMojo
private static class AbstractInvokerMojo.ExecutionResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
executed
(package private) FileLogger
fileLogger
-
Constructor Summary
Constructors Modifier Constructor Description private
ExecutionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
executed
boolean executed
-
fileLogger
FileLogger fileLogger
-
-