Package org.activiti.spring.process
Class ProcessExtensionResourceFinderDescriptor
- java.lang.Object
-
- org.activiti.spring.process.ProcessExtensionResourceFinderDescriptor
-
- All Implemented Interfaces:
ResourceFinderDescriptor
public class ProcessExtensionResourceFinderDescriptor extends Object implements ResourceFinderDescriptor
-
-
Constructor Summary
Constructors Constructor Description ProcessExtensionResourceFinderDescriptor(boolean checkResources, String locationPrefix, String locationSuffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocationPrefix()List<String>getLocationSuffixes()StringgetMsgForEmptyResources()StringgetMsgForResourcesFound(List<String> processExtensionFiles)booleanshouldLookUpResources()voidvalidate(List<org.springframework.core.io.Resource> resources)
-
-
-
Method Detail
-
getLocationSuffixes
public List<String> getLocationSuffixes()
- Specified by:
getLocationSuffixesin interfaceResourceFinderDescriptor
-
getLocationPrefix
public String getLocationPrefix()
- Specified by:
getLocationPrefixin interfaceResourceFinderDescriptor
-
shouldLookUpResources
public boolean shouldLookUpResources()
- Specified by:
shouldLookUpResourcesin interfaceResourceFinderDescriptor
-
getMsgForEmptyResources
public String getMsgForEmptyResources()
- Specified by:
getMsgForEmptyResourcesin interfaceResourceFinderDescriptor
-
getMsgForResourcesFound
public String getMsgForResourcesFound(List<String> processExtensionFiles)
- Specified by:
getMsgForResourcesFoundin interfaceResourceFinderDescriptor
-
validate
public void validate(List<org.springframework.core.io.Resource> resources)
- Specified by:
validatein interfaceResourceFinderDescriptor
-
-