Package com.flowable.spring.boot.app
Class FlowableAppProperties
java.lang.Object
com.flowable.spring.boot.app.FlowableAppProperties
@ConfigurationProperties(prefix="flowable.app")
public class FlowableAppProperties
extends java.lang.Object
Properties for configuring the app engine.
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description FlowableAppProperties()
-
Method Summary
Modifier and Type Method Description java.lang.String
getResourceLocation()
java.util.List<java.lang.String>
getResourceSuffixes()
FlowableServlet
getServlet()
boolean
isDeployResources()
boolean
isEnabled()
void
setDeployResources(boolean deployResources)
void
setEnabled(boolean enabled)
void
setResourceLocation(java.lang.String resourceLocation)
void
setResourceSuffixes(java.util.List<java.lang.String> resourceSuffixes)
-
Constructor Details
-
FlowableAppProperties
public FlowableAppProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getResourceLocation
public java.lang.String getResourceLocation() -
setResourceLocation
public void setResourceLocation(java.lang.String resourceLocation) -
getResourceSuffixes
public java.util.List<java.lang.String> getResourceSuffixes() -
setResourceSuffixes
public void setResourceSuffixes(java.util.List<java.lang.String> resourceSuffixes) -
isDeployResources
public boolean isDeployResources() -
setDeployResources
public void setDeployResources(boolean deployResources) -
getServlet
-