net.sourceforge.basher.impl
Class ModuleDescriptorTaskContribution
java.lang.Object
net.sourceforge.basher.TaskConfiguration
net.sourceforge.basher.impl.TaskContribution
net.sourceforge.basher.impl.ModuleDescriptorTaskContribution
public class ModuleDescriptorTaskContribution
- extends TaskContribution
Gaderian configuration of a task. Extends the TaskConfiguration by adding a task, class or object
instance.
- Author:
- Johan Lindquist
| Methods inherited from class net.sourceforge.basher.TaskConfiguration |
addApplicablePhase, clearApplicablePhases, getApplicablePhases, getInertia, getMaxInvocations, getMaxTime, getRunFrom, getStopAfter, getTaskName, getWeight, initialize, reCalculateWeight, reset, setInertia, setMaxInvocations, setMaxTime, setRunFrom, setStopAfter, setTaskName, setWeight |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ModuleDescriptorTaskContribution
public ModuleDescriptorTaskContribution(Task task,
TaskConfiguration taskConfiguration)
ModuleDescriptorTaskContribution
public ModuleDescriptorTaskContribution(Task task)
ModuleDescriptorTaskContribution
public ModuleDescriptorTaskContribution()
getClazz
public java.lang.Class getClazz()
setClazz
public void setClazz(java.lang.Class clazz)
getInstance
public java.lang.Object getInstance()
setInstance
public void setInstance(java.lang.Object instance)
toString
public java.lang.String toString()
- Overrides:
toString in class TaskContribution
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class TaskContribution
hashCode
public int hashCode()
- Overrides:
hashCode in class TaskContribution
Copyright © 2006-2010 Basher Team. All Rights Reserved.