Package org.flowable.spring.boot.app
Class FlowableAppProperties
java.lang.Object
org.flowable.spring.boot.app.FlowableAppProperties
- Author:
- Tijs Rademakers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDeployResources(boolean deployResources) voidsetEnabled(boolean enabled) voidsetResourceLocation(String resourceLocation) voidsetResourceSuffixes(List<String> resourceSuffixes)
-
Constructor Details
-
FlowableAppProperties
public FlowableAppProperties()
-
-
Method Details
-
getServlet
-
getResourceLocation
-
setResourceLocation
-
getResourceSuffixes
-
setResourceSuffixes
-
isDeployResources
public boolean isDeployResources() -
setDeployResources
public void setDeployResources(boolean deployResources) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-