Package org.eclipse.cdt.core.parser
Class IncludeFileContentProvider
- java.lang.Object
-
- org.eclipse.cdt.core.parser.IncludeFileContentProvider
-
public abstract class IncludeFileContentProvider extends Object
A file content provider is used to create file content objects for include directives.- Since:
- 5.2
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description IncludeFileContentProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IncludeFileContentProvider
adapt(ICodeReaderFactory factory)
Deprecated.Provided to achieve backwards compatibility.static IncludeFileContentProvider
getEmptyFilesProvider()
Returns a provider that pretends that every include file is empty.static IncludeFileContentProvider
getSavedFilesProvider()
Returns a provider for the content as saved in the file-system, without using a cache.
-
-
-
Method Detail
-
getEmptyFilesProvider
public static IncludeFileContentProvider getEmptyFilesProvider()
Returns a provider that pretends that every include file is empty.
-
getSavedFilesProvider
public static IncludeFileContentProvider getSavedFilesProvider()
Returns a provider for the content as saved in the file-system, without using a cache.
-
adapt
@Deprecated public static IncludeFileContentProvider adapt(ICodeReaderFactory factory)
Deprecated.Provided to achieve backwards compatibility.- Restriction:
- This method is not intended to be referenced by clients.
-
-