Interface ResourceFilter


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

      • getExtensions

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

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