public class XMLSymbolSettings extends Object
Constructor and Description |
---|
XMLSymbolSettings() |
Modifier and Type | Method and Description |
---|---|
String[] |
getExcluded() |
XMLExcludedSymbolFile[] |
getExcludedFiles() |
XMLSymbolFilter |
getFilterFor(String uri) |
XMLSymbolFilter[] |
getFilters() |
int |
getMaxItemsComputed() |
boolean |
isEnabled() |
boolean |
isExcluded(String uri)
Given a file URI, this will check if it matches any of the given file
patterns.
|
void |
merge(XMLSymbolSettings newSettings) |
void |
setEnabled(boolean enabled) |
void |
setExcluded(String[] excluded)
Will use the excluded pattern strings to create a list of
XMLExcludedSymbolFile objects within this object. |
void |
setFilters(XMLSymbolFilter[] filters) |
void |
setMaxItemsComputed(int maxItemsComputed) |
public XMLExcludedSymbolFile[] getExcludedFiles()
public void setFilters(XMLSymbolFilter[] filters)
public XMLSymbolFilter[] getFilters()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String[] getExcluded()
public void setExcluded(String[] excluded)
XMLExcludedSymbolFile
objects within this object.excluded
- public boolean isExcluded(String uri)
uri
- public int getMaxItemsComputed()
public void setMaxItemsComputed(int maxItemsComputed)
public void merge(XMLSymbolSettings newSettings)
public XMLSymbolFilter getFilterFor(String uri)
Copyright © 2022. All rights reserved.