All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----app.authkit.tools.tasks.None
Summary |
public class None extends java.lang.Object implements app.authkit.envoy.Task { // Constructors 1 public None(); // Methods 2 public int perform(String[], Authorization); public boolean producesOutput(); }
Does nothing, but does it perfectly, returning 0 from perform().
Constructors |
· None | Summary | Top |
public None()
Create a do-nothing Task.
Methods |
· producesOutput | Summary | Top |
public boolean producesOutput()
Always returns false.
- Implements:
- producesOutput in interface Task
· perform | Summary | Top |
public int perform(String[] args, Authorization auth)
Does nothing, but always does it successfully, returning 0.
- Implements:
- perform in interface Task
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7