public static class OptionsManager.ClassFilterEntry extends Object
Constructor and Description |
---|
ClassFilterEntry() |
ClassFilterEntry(String className,
boolean includeDerived) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
The name of the class.
|
boolean |
isIncludeDerived()
True if the derived classes should be processed in the same way as the class that the
getClassName() property specifies. |
void |
setClassName(String className)
The name of a class.
|
void |
setIncludeDerived(boolean includeDerived)
True if the derived classes should be processed in the same way as the class that the
getClassName() property specifies. |
public ClassFilterEntry(String className, boolean includeDerived)
public ClassFilterEntry()
public String getClassName()
public void setClassName(String className)
className
- The name of a class.public boolean isIncludeDerived()
getClassName()
property specifies.getClassName()
property specifies.public void setIncludeDerived(boolean includeDerived)
getClassName()
property specifies.includeDerived
- Specifies whether the derived classes should be processed in the same way as the class that the getClassName()
property specifies.Copyright © 2020 SmartBear Software. All Rights Reserved.