Class CollectBpmnFiles

java.lang.Object
java.nio.file.SimpleFileVisitor<Path>
org.camunda.community.bpmndt.cmd.CollectBpmnFiles
All Implemented Interfaces:
FileVisitor<Path>, Function<Path,Collection<Path>>

public class CollectBpmnFiles extends SimpleFileVisitor<Path> implements Function<Path,Collection<Path>>
Collects the paths of all BPMN files within the project's resource directory (src/main/resources).