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