public class HookDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HookDefinition.Event |
| Constructor and Description |
|---|
HookDefinition(HookDefinition.Event event,
Set<String> tags,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
HookDefinition.Event |
getEvent() |
Method |
getMethod() |
Set<String> |
getTags() |
public HookDefinition(HookDefinition.Event event, Set<String> tags, Method method)
public HookDefinition.Event getEvent()
public Method getMethod()
Copyright © 2017. All rights reserved.