Class ProcessExtensionResourceFinderDescriptor

  • All Implemented Interfaces:
    org.activiti.spring.resources.ResourceFinderDescriptor

    public class ProcessExtensionResourceFinderDescriptor
    extends java.lang.Object
    implements org.activiti.spring.resources.ResourceFinderDescriptor
    • Constructor Detail

      • ProcessExtensionResourceFinderDescriptor

        public ProcessExtensionResourceFinderDescriptor​(boolean checkResources,
                                                        java.lang.String locationPrefix,
                                                        java.lang.String locationSuffix)
    • Method Detail

      • getLocationSuffixes

        public java.util.List<java.lang.String> getLocationSuffixes()
        Specified by:
        getLocationSuffixes in interface org.activiti.spring.resources.ResourceFinderDescriptor
      • getLocationPrefix

        public java.lang.String getLocationPrefix()
        Specified by:
        getLocationPrefix in interface org.activiti.spring.resources.ResourceFinderDescriptor
      • shouldLookUpResources

        public boolean shouldLookUpResources()
        Specified by:
        shouldLookUpResources in interface org.activiti.spring.resources.ResourceFinderDescriptor
      • getMsgForEmptyResources

        public java.lang.String getMsgForEmptyResources()
        Specified by:
        getMsgForEmptyResources in interface org.activiti.spring.resources.ResourceFinderDescriptor
      • getMsgForResourcesFound

        public java.lang.String getMsgForResourcesFound​(java.util.List<java.lang.String> processExtensionFiles)
        Specified by:
        getMsgForResourcesFound in interface org.activiti.spring.resources.ResourceFinderDescriptor
      • validate

        public void validate​(java.util.List<org.springframework.core.io.Resource> resources)
        Specified by:
        validate in interface org.activiti.spring.resources.ResourceFinderDescriptor