Class 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 Detail

      • IncludeFileContentProvider

        public IncludeFileContentProvider()
    • 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.