IncludeFileContentProvider
@Deprecated public interface ICodeReaderFactory
Modifier and Type | Method and Description |
---|---|
CodeReader |
createCodeReaderForInclusion(String path)
Deprecated.
Create CodeReader for inclusion.
|
CodeReader |
createCodeReaderForTranslationUnit(String path)
Deprecated.
Create CodeReader for translation unit
|
ICodeReaderCache |
getCodeReaderCache()
Deprecated.
Returns the ICodeReaderCache used for this ICodeReaderFacotry.
|
int |
getUniqueIdentifier()
Deprecated.
|
int getUniqueIdentifier()
CodeReader createCodeReaderForTranslationUnit(String path)
path
- Canonical Path representing path location for file to be
openedCodeReader createCodeReaderForInclusion(String path)
path
- ICodeReaderCache getCodeReaderCache()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.