public class ProcessApplicationScanningUtil extends Object
Constructor and Description |
---|
ProcessApplicationScanningUtil() |
Modifier and Type | Method and Description |
---|---|
static Map<String,byte[]> |
findResources(ClassLoader classLoader,
String paResourceRootPath,
URL metaFileUrl) |
static boolean |
isDeployable(String filename) |
static boolean |
isDiagramForProcess(String diagramFileName,
String processFileName) |
public static Map<String,byte[]> findResources(ClassLoader classLoader, String paResourceRootPath, URL metaFileUrl)
classLoader
- the classloader to scanpaResourceRootPath
- see ProcessArchiveXml.PROP_RESOURCE_ROOT_PATH
metaFileUrl
- the URL to the META-INF/processes.xml filepublic static boolean isDeployable(String filename)
Copyright © 2015. All rights reserved.