org.camunda.bpm.container.impl.jmx.deployment.scanning
Class ProcessApplicationScanningUtil
java.lang.Object
org.camunda.bpm.container.impl.jmx.deployment.scanning.ProcessApplicationScanningUtil
public class ProcessApplicationScanningUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessApplicationScanningUtil
public ProcessApplicationScanningUtil()
findResources
public static Map<String,byte[]> findResources(ClassLoader classLoader,
String paResourceRootPath,
URL metaFileUrl)
- Parameters:
classLoader - the classloader to scanpaResourceRootPath - see ProcessArchiveXml.PROP_RESOURCE_ROOT_PATHmetaFileUrl - the URL to the META-INF/processes.xml file
- Returns:
- a Map of process definitions
isDeployable
public static boolean isDeployable(String filename)
isDiagramForProcess
public static boolean isDiagramForProcess(String diagramFileName,
String processFileName)
Copyright © 2014 camunda services GmbH. All Rights Reserved.