All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jbpm.jpdl.par.ConfigurableParser Maven / Gradle / Ivy

There is a newer version: 3.2.19.ayg
Show newest version
package org.jbpm.jpdl.par;

import org.w3c.dom.Element;

public interface ConfigurableParser extends ProcessArchiveParser {

  void configure(Element parserElement);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy