Interface DMNImportTypesHelper
-
public interface DMNImportTypesHelper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDMN(org.uberfire.backend.vfs.Path path)Returns true if the path represents a DMN file.booleanisJava(org.uberfire.backend.vfs.Path path)Returns true if the path represents a Java file.booleanisPMML(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:
-
-