Lines Matching defs:actions
24 * Handles finding actions to perform, given files and classes.
28 private final Map<String, Action> actions;
31 public ActionFinder(Log log, Map<String, Action> actions, Map<String, Outcome> outcomes) {
33 this.actions = actions;
43 int size = actions.size();
48 log.verbose("found " + (actions.size() - size) + " actions in " + file);
60 actions.put(action.getName(), action);
64 actions.put(actionName, action);