public class XMLSymbolSettings extends Object
Constructor and Description |
---|
XMLSymbolSettings() |
Modifier and Type | Method and Description |
---|---|
String[] |
getExcluded() |
XMLExcludedSymbolFile[] |
getExcludedFiles() |
boolean |
isEnabled() |
boolean |
isExcluded(String uri)
Given a file URI, this will check if it matches any of the given
file patterns.
|
void |
setEnabled(boolean enabled) |
void |
setExcluded(String[] excluded)
Will use the excluded pattern strings to create a list of
XMLExcludedSymbolFile objects within this object. |
public XMLExcludedSymbolFile[] getExcludedFiles()
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
- Copyright © 2020. All rights reserved.