Interface DMNImportTypesHelper


  • public interface DMNImportTypesHelper
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isDMN​(org.uberfire.backend.vfs.Path path)
      Returns true if the path represents a DMN file.
      boolean isJava​(org.uberfire.backend.vfs.Path path)
      Returns true if the path represents a Java file.
      boolean isPMML​(org.uberfire.backend.vfs.Path path)
      Returns true if the path represents a PMML file.
    • Method Detail

      • isDMN

        boolean isDMN​(org.uberfire.backend.vfs.Path path)
        Returns true if the path represents a DMN file.
        Parameters:
        path -
        Returns:
      • isPMML

        boolean isPMML​(org.uberfire.backend.vfs.Path path)
        Returns true if the path represents a PMML file.
        Parameters:
        path -
        Returns:
      • isJava

        boolean isJava​(org.uberfire.backend.vfs.Path path)
        Returns true if the path represents a Java file.
        Parameters:
        path -
        Returns: