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

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

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