Interface ProcessApplicationScanner
-
- All Known Implementing Classes:
ClassPathProcessApplicationScanner,VfsProcessApplicationScanner
public interface ProcessApplicationScanner- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,byte[]>findResources(ClassLoader classLoader, String paResourceRootPath, URL metaFileUrl)Map<String,byte[]>findResources(ClassLoader classLoader, String paResourceRootPath, URL metaFileUrl, String[] additionalResourceSuffixes)
-
-
-
Method Detail
-
findResources
Map<String,byte[]> findResources(ClassLoader classLoader, String paResourceRootPath, URL metaFileUrl)
- Parameters:
classLoader- the classloader to scanpaResourceRootPath- seeProcessArchiveXml.PROP_RESOURCE_ROOT_PATHmetaFileUrl- the URL to the META-INF/processes.xml file- Returns:
- a Map of process definitions
-
findResources
Map<String,byte[]> findResources(ClassLoader classLoader, String paResourceRootPath, URL metaFileUrl, String[] additionalResourceSuffixes)
- Parameters:
classLoader- the classloader to scanpaResourceRootPath- seeProcessArchiveXml.PROP_RESOURCE_ROOT_PATHmetaFileUrl- the URL to the META-INF/processes.xml fileadditionalResourceSuffixes- a list of additional suffixes for resources- Returns:
- a Map of process definitions
-
-