public class SearchConfiguration extends Configuration
CONTEXT_VAR_NAME, EMPTY_ARRAY, NAME_ATTRIBUTE_NAME| Constructor and Description |
|---|
SearchConfiguration() |
SearchConfiguration(java.lang.String name,
java.lang.String category) |
| Modifier and Type | Method and Description |
|---|---|
SearchConfiguration |
copy() |
boolean |
equals(java.lang.Object o) |
NamedScriptableDefinition |
findVariable(java.lang.String name) |
MatchOptions |
getMatchOptions() |
int |
hashCode() |
void |
readExternal(Element element) |
void |
removeUnusedVariables() |
void |
writeExternal(Element element) |
compareTo, getCategory, getCreated, getCurrentVariableName, getDescription, getName, getNewSuppressId, getOrder, getProblemDescriptor, getReplaceOptions, getSuppressId, getUuid, initialize, isPredefined, setCategory, setCreated, setCurrentVariableName, setDescription, setName, setOrder, setPredefined, setProblemDescriptor, setSuppressId, setUuid, setUuidFromNamepublic SearchConfiguration()
public SearchConfiguration(java.lang.String name,
java.lang.String category)
public SearchConfiguration copy()
copy in class Configurationpublic MatchOptions getMatchOptions()
getMatchOptions in class Configurationpublic NamedScriptableDefinition findVariable(java.lang.String name)
findVariable in class Configurationpublic void removeUnusedVariables()
removeUnusedVariables in class Configurationpublic void readExternal(Element element)
readExternal in interface JDOMExternalizablereadExternal in class Configurationpublic void writeExternal(Element element)
writeExternal in interface JDOMExternalizablewriteExternal in class Configurationpublic boolean equals(java.lang.Object o)
equals in class Configurationpublic int hashCode()
hashCode in class Configuration