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, setUuidFromName
public SearchConfiguration()
public SearchConfiguration(java.lang.String name, java.lang.String category)
public SearchConfiguration copy()
copy
in class Configuration
public MatchOptions getMatchOptions()
getMatchOptions
in class Configuration
public NamedScriptableDefinition findVariable(java.lang.String name)
findVariable
in class Configuration
public void removeUnusedVariables()
removeUnusedVariables
in class Configuration
public void readExternal(Element element)
readExternal
in interface JDOMExternalizable
readExternal
in class Configuration
public void writeExternal(Element element)
writeExternal
in interface JDOMExternalizable
writeExternal
in class Configuration
public boolean equals(java.lang.Object o)
equals
in class Configuration
public int hashCode()
hashCode
in class Configuration