Modifier and Type | Class and Description |
---|---|
(package private) static class |
AbstractRmiMojo.DependenciesFacadeImpl
Standard file system and mojo dependencies.
|
Modifier and Type | Field and Description |
---|---|
private AbstractRmiMojo.DependenciesFacade |
AbstractRmiMojo.dependencies
The interface between ths class and the rest of the world - unit tests replace the default implementation.
|
private static AbstractRmiMojo.DependenciesFacade |
AbstractRmiMojo.DEPENDENCIES_FACADE
The default implementation of the dependencies.
|
Constructor and Description |
---|
AbstractRmiMojo(AbstractRmiMojo.DependenciesFacade dependencies)
Creates the abstract class using the specified implementation of the dependencies.
|
RmicMojo(AbstractRmiMojo.DependenciesFacade dependencies) |