Package org.activiti.spring.resources
Interface ResourceFinderDescriptor
-
public interface ResourceFinderDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocationPrefix()List<String>getLocationSuffixes()StringgetMsgForEmptyResources()StringgetMsgForResourcesFound(List<String> foundResources)booleanshouldLookUpResources()voidvalidate(List<org.springframework.core.io.Resource> resources)
-
-
-
Method Detail
-
getLocationPrefix
String getLocationPrefix()
-
shouldLookUpResources
boolean shouldLookUpResources()
-
validate
void validate(List<org.springframework.core.io.Resource> resources) throws IOException
- Throws:
IOException
-
getMsgForEmptyResources
String getMsgForEmptyResources()
-
-