Package io.process4j.core
Class Util
- java.lang.Object
-
- io.process4j.core.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
bpmn2java(Path bpmn, Path sourceOutputFolder, PrintStream ps, boolean stubs, boolean force, boolean create, boolean debug)
static boolean
compile(Path javaSourcePath)
static void
java2bpmn(BaseProcess process, Path outputFolder, boolean validateBySchema, boolean recursive, PrintStream ps)
static void
java2bpmn(BaseProcess process, Path outputFolder, PrintStream ps)
-
-
-
Method Detail
-
java2bpmn
public static void java2bpmn(BaseProcess process, Path outputFolder, PrintStream ps) throws Exception
- Throws:
Exception
-
java2bpmn
public static void java2bpmn(BaseProcess process, Path outputFolder, boolean validateBySchema, boolean recursive, PrintStream ps) throws Exception
- Throws:
Exception
-
bpmn2java
public static void bpmn2java(Path bpmn, Path sourceOutputFolder, PrintStream ps, boolean stubs, boolean force, boolean create, boolean debug) throws SAXException, JAXBException, ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, IOException, com.sun.codemodel.JClassAlreadyExistsException
- Throws:
SAXException
JAXBException
ClassNotFoundException
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
NoSuchMethodException
SecurityException
IOException
com.sun.codemodel.JClassAlreadyExistsException
-
compile
public static boolean compile(Path javaSourcePath) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-