ARG - The type of the arguments to be used.ArgumentsAccessor.ArgumentsProperty<ARG>public interface ArgumentsAccessor<ARG>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ArgumentsAccessor.ArgumentsMutator<ARG> |
Extends the
ArgumentsAccessor with a setter method. |
static interface |
ArgumentsAccessor.ArgumentsProperty<ARG> |
Extends the
ArgumentsAccessor with a setter method. |
| Modifier and Type | Method | Description |
|---|---|---|
ARG[] |
getArguments() |
Retrieves the arguments from the arguments property.
|
ARG[] getArguments()
Copyright © 2018. All rights reserved.