Class XMLFileAssociation
- java.lang.Object
-
- org.eclipse.lemminx.settings.PathPatternMatcher
-
- org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
-
public class XMLFileAssociation extends PathPatternMatcher
XML file association between a XML file pattern (glob) and an XML Schema file (systemId).
-
-
Constructor Summary
Constructors Constructor Description XMLFileAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Map<String,String>getExternalSchemaLocation()StringgetSystemId()inthashCode()voidsetSystemId(String systemId)-
Methods inherited from class org.eclipse.lemminx.settings.PathPatternMatcher
getPathMatcher, getPattern, matches, matches, setPathMatcher, setPattern
-
-
-
-
Method Detail
-
getSystemId
public String getSystemId()
-
setSystemId
public void setSystemId(String systemId)
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classPathPatternMatcher
-
-