@ApplicationScoped public class DMNImportTypesHelperImpl extends Object implements DMNImportTypesHelper
Constructor and Description |
---|
DMNImportTypesHelperImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDMN(org.uberfire.backend.vfs.Path path) |
boolean |
isJava(org.uberfire.backend.vfs.Path path) |
boolean |
isPMML(org.uberfire.backend.vfs.Path path) |
public boolean isDMN(org.uberfire.backend.vfs.Path path)
isDMN
in interface DMNImportTypesHelper
public boolean isPMML(org.uberfire.backend.vfs.Path path)
isPMML
in interface DMNImportTypesHelper
public boolean isJava(org.uberfire.backend.vfs.Path path)
isJava
in interface DMNImportTypesHelper
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.