Class RegExSettingsContentDescriber

java.lang.Object
com.e1c.langtool.storage.regex.RegExSettingsContentDescriber
All Implemented Interfaces:
org.eclipse.core.runtime.content.IContentDescriber, org.eclipse.core.runtime.content.ITextContentDescriber

public class RegExSettingsContentDescriber extends Object implements org.eclipse.core.runtime.content.ITextContentDescriber
  • Field Details

  • Constructor Details

    • RegExSettingsContentDescriber

      public RegExSettingsContentDescriber()
  • Method Details

    • describe

      public int describe(InputStream contents, org.eclipse.core.runtime.content.IContentDescription description) throws IOException
      Specified by:
      describe in interface org.eclipse.core.runtime.content.IContentDescriber
      Throws:
      IOException
    • getSupportedOptions

      public org.eclipse.core.runtime.QualifiedName[] getSupportedOptions()
      Specified by:
      getSupportedOptions in interface org.eclipse.core.runtime.content.IContentDescriber
    • describe

      public int describe(Reader contents, org.eclipse.core.runtime.content.IContentDescription description) throws IOException
      Specified by:
      describe in interface org.eclipse.core.runtime.content.ITextContentDescriber
      Throws:
      IOException