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 Wrapper
GuardException
protected void guardCall(List<Object> scopes) throws GuardException
GuardException
public Guard[] getGuards()
Copyright © 2018. All rights reserved.