public interface IStorageDocumentProvider
IStorage based domain elements.
Basically incorporates the concept of character encoding.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultEncoding()
Returns the default character encoding used by this provider.
|
java.lang.String |
getEncoding(java.lang.Object element)
Returns the character encoding for the given element, or
null if the element is not managed by this provider. |
void |
setEncoding(java.lang.Object element,
java.lang.String encoding)
Sets the encoding for the given element.
|
java.lang.String getDefaultEncoding()
java.lang.String getEncoding(java.lang.Object element)
null if the element is not managed by this provider.element - the elementvoid setEncoding(java.lang.Object element,
java.lang.String encoding)
encoding
is null the workbench's character encoding should be used.element - the elementencoding - the encoding to be used
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.