public class PDOMProjectIndexLocationConverter extends java.lang.Object implements IIndexLocationConverter
| Constructor and Description |
|---|
PDOMProjectIndexLocationConverter(IProject project) |
PDOMProjectIndexLocationConverter(IProject project,
boolean ignoreWSExternal) |
| Modifier and Type | Method and Description |
|---|---|
IIndexFileLocation |
fromInternalFormat(java.lang.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.
|
java.lang.String |
toInternalFormat(IIndexFileLocation location)
Convert a IIndexFileLocation to the internal IIndexFragment implementation specific format
or null if the location could not be translated.
|
public PDOMProjectIndexLocationConverter(IProject project)
public PDOMProjectIndexLocationConverter(IProject project,
boolean ignoreWSExternal)
public IIndexFileLocation fromInternalFormat(java.lang.String raw)
IIndexLocationConverterfromInternalFormat in interface IIndexLocationConverterpublic java.lang.String toInternalFormat(IIndexFileLocation location)
IIndexLocationConvertertoInternalFormat in interface IIndexLocationConverter