public class DetectorOrderingConstraint
extends java.lang.Object
Plugin
,
ExecutionPlan
Constructor and Description |
---|
DetectorOrderingConstraint(DetectorFactorySelector earlier,
DetectorFactorySelector later) |
Modifier and Type | Method and Description |
---|---|
DetectorFactorySelector |
getEarlier() |
DetectorFactorySelector |
getLater() |
boolean |
isSingleSource()
Determine whether or not this ordering constraint resulted from an
ordering constraint having a single detector as its source (earlier
detector).
|
void |
setSingleSource(boolean singleSource)
Set whether or not this ordering constraint resulted from an ordering
constraint having a single detector as its source (earlier detector).
|
java.lang.String |
toString() |
public DetectorOrderingConstraint(DetectorFactorySelector earlier, DetectorFactorySelector later)
public void setSingleSource(boolean singleSource)
public boolean isSingleSource()
public DetectorFactorySelector getEarlier()
public DetectorFactorySelector getLater()
public java.lang.String toString()
toString
in class java.lang.Object
SpotBugs is licensed under the LGPL.