public class GuardedWrapper extends Object implements Wrapper
| Modifier and Type | Field and Description |
|---|---|
protected static GuardException |
guardException |
protected Guard[] |
guards |
| Constructor and Description |
|---|
GuardedWrapper(Guard[] guards) |
protected static final GuardException guardException
protected final Guard[] guards
public GuardedWrapper(Guard[] guards)
public Object call(List<Object> scopes) throws GuardException
call in interface WrapperGuardExceptionprotected void guardCall(List<Object> scopes) throws GuardException
GuardExceptionpublic Guard[] getGuards()
Copyright © 2021. All rights reserved.