Class PlatformDeployer

java.lang.Object
com.flowable.platform.engine.impl.deployer.PlatformDeployer
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineDeployer

public class PlatformDeployer extends Object implements org.flowable.common.engine.impl.EngineDeployer
  • Field Details

    • PLATFORM_RESOURCE_SUFFIXES

      public static final List<String> PLATFORM_RESOURCE_SUFFIXES
  • Constructor Details

    • PlatformDeployer

      public PlatformDeployer()
  • Method Details

    • deploy

      public void deploy(org.flowable.common.engine.api.repository.EngineDeployment deployment, Map<String,Object> deploymentSettings)
      Specified by:
      deploy in interface org.flowable.common.engine.impl.EngineDeployer
    • isPlatformResource

      protected boolean isPlatformResource(String resourceName)