public interface IIndexLocationConverter
IIndexFileLocation
Internal to IIndexFragment a mechanism for converting between the string location format used
and the URI world is needed. This interface represents that mechanism.Modifier and Type | Method and Description |
---|---|
IIndexFileLocation |
fromInternalFormat(String raw)
Convert a raw string in an internal IIndexFragment implementation specific format to
an IIndexFileLocation or null if the internal format could not be translated.
|
String |
toInternalFormat(IIndexFileLocation location)
Convert a IIndexFileLocation to the internal IIndexFragment implementation specific format
or null if the location could not be translated.
|
IIndexFileLocation fromInternalFormat(String raw)
String toInternalFormat(IIndexFileLocation location)
location
- Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.