Interface IDocument


  • public interface IDocument
    An IDocument represent a data source, e.g. a File (FileDocument), an IFile (IFileDocument), or other kinds of data sources (URL, ...). An IIndexer indexes anIDocument.
    • Method Detail

      • getEncoding

        String getEncoding()
        Returns the encoding for this document
      • getName

        String getName()
        returns the name of the document (e.g. its path for a File, or its relative path in the workbench for an IFile).
      • getType

        String getType()
        Returns the type of the document.