Class AbstractSaveContext
java.lang.Object
org.eclipse.lemminx.services.extensions.save.AbstractSaveContext
- All Implemented Interfaces:
ISaveContext,IXMLDocumentProvider
- Direct Known Subclasses:
XMLTextDocumentService.SaveContext
Abstract class for save context.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.lemminx.services.extensions.save.ISaveContext
ISaveContext.SaveContextType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.lemminx.services.extensions.save.ISaveContext
collectDocumentToValidateMethods inherited from interface org.eclipse.lemminx.services.IXMLDocumentProvider
getAllDocuments, getDocument
-
Constructor Details
-
AbstractSaveContext
-
AbstractSaveContext
-
-
Method Details
-
getType
Description copied from interface:ISaveContextReturns the save context type.- Specified by:
getTypein interfaceISaveContext- Returns:
- the save context type.
-
getUri
Description copied from interface:ISaveContextReturns the document URI which was saved and null if it's a settings which was saved.- Specified by:
getUriin interfaceISaveContext- Returns:
- the document URI which was saved and null if it's a settings which was saved.
-
getSettings
Description copied from interface:ISaveContextReturns the settings which has changed and null otherwise.- Specified by:
getSettingsin interfaceISaveContext- Returns:
- the settings which has changed and null otherwise.
-