Interface ResourceFilter


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ResourceFilter
Resource filter returned by the InputURLCustomizer.
Since:
13
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the description of this filter.
    Get the list of extensions.
  • Method Details

    • getExtensions

      String[] getExtensions()
      Get the list of extensions. Example: "dita", "ditamap", "bookmap", "ditaval".
      Returns:
      Returns the extensions.
    • getDescription

      String getDescription()
      Get the description of this filter.
      Returns:
      The description of this filter.