public class ParsingContext extends Object
Modifier and Type | Field and Description |
---|---|
protected org.ow2.clif.storage.api.BladeDescriptor |
blade |
protected boolean |
dataCleanup |
protected String |
eventType |
protected double |
keepFactor |
protected double |
keepPercentage |
protected org.ow2.clif.storage.api.TestDescriptor |
test |
Constructor and Description |
---|
ParsingContext() |
ParsingContext(ParsingContext ctx) |
Modifier and Type | Method and Description |
---|---|
org.ow2.clif.storage.api.BladeDescriptor |
getBlade() |
String |
getEventType() |
double |
getKeepFactor() |
double |
getKeepPercentage() |
org.ow2.clif.storage.api.TestDescriptor |
getTest() |
protected String |
getTestPlanShortName() |
boolean |
isDataCleanup() |
protected static int |
lastOrdinalIndexOf(String str,
String searchStr,
int ordinal) |
void |
setBlade(org.ow2.clif.storage.api.BladeDescriptor blade) |
void |
setDataCleanup(boolean dataCleanup) |
void |
setEventType(String eventType) |
void |
setKeepFactor(double keepFactor) |
void |
setKeepPercentage(double keepPercentage) |
void |
setTest(org.ow2.clif.storage.api.TestDescriptor test) |
protected org.ow2.clif.storage.api.TestDescriptor test
protected org.ow2.clif.storage.api.BladeDescriptor blade
protected String eventType
protected boolean dataCleanup
protected double keepFactor
protected double keepPercentage
public ParsingContext()
public ParsingContext(ParsingContext ctx)
public boolean isDataCleanup()
public void setDataCleanup(boolean dataCleanup)
public double getKeepFactor()
public void setKeepFactor(double keepFactor)
public double getKeepPercentage()
public void setKeepPercentage(double keepPercentage)
public org.ow2.clif.storage.api.TestDescriptor getTest()
public void setTest(org.ow2.clif.storage.api.TestDescriptor test)
public org.ow2.clif.storage.api.BladeDescriptor getBlade()
public void setBlade(org.ow2.clif.storage.api.BladeDescriptor blade)
public String getEventType()
public void setEventType(String eventType)
protected String getTestPlanShortName()
Copyright © 2016–2017 CLIF project. All rights reserved.