com.googlecode.lightest.core
Interface IBreakpointTask

All Superinterfaces:
ITask, ITaskProvider
All Known Implementing Classes:
LightestTask

public interface IBreakpointTask
extends ITask

Represents a task that can have a breakpoint set on it, in order to pause its execution.


Method Summary
 boolean isBreakpoint()
          Returns true if this task has its breakpoint set, and false otherwise.
 
Methods inherited from interface com.googlecode.lightest.core.ITask
configure, getDescription, getName, getParams, getShortName, getValue, perform, setDispatcher
 
Methods inherited from interface com.googlecode.lightest.core.ITaskProvider
getBuilder
 

Method Detail

isBreakpoint

boolean isBreakpoint()
Returns true if this task has its breakpoint set, and false otherwise.



Copyright © 2009. All Rights Reserved.