public static class AeshExample.DirectoryValidatorInvocation extends java.lang.Object implements ValidatorInvocation<java.io.File,Command>
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
aeshContext |
private Command |
command |
private java.io.File |
file |
| Constructor and Description |
|---|
DirectoryValidatorInvocation(java.io.File file,
Command command,
AeshContext aeshContext) |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
getAeshContext() |
Command |
getCommand() |
java.io.File |
getValue() |
private final java.io.File file
private final Command command
private final AeshContext aeshContext
public DirectoryValidatorInvocation(java.io.File file,
Command command,
AeshContext aeshContext)
public java.io.File getValue()
getValue in interface ValidatorInvocation<java.io.File,Command>public Command getCommand()
getCommand in interface ValidatorInvocation<java.io.File,Command>public AeshContext getAeshContext()
getAeshContext in interface ValidatorInvocation<java.io.File,Command>