Home | History | Annotate | Download | only in tasks

Lines Matching refs:action

20 import vogar.Action;
26 private final Action action;
28 public PrepareUserDirTask(Target target, Action action) {
29 super("prepare " + action.getUserDir());
31 this.action = action;
35 File userDir = action.getUserDir();
37 File resourcesDirectory = action.getResourcesDirectory();