Class ParsedDeploymentBuilder
java.lang.Object
org.flowable.eventregistry.impl.deployer.ParsedDeploymentBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
protected ChannelDefinitionParseFactory
protected EventDeploymentEntity
static final String[]
protected EventDefinitionParseFactory
-
Constructor Summary
ConstructorsConstructorDescriptionParsedDeploymentBuilder
(EventDeploymentEntity deployment, EventDefinitionParseFactory eventDefinitionParseFactory, ChannelDefinitionParseFactory channelDefinitionParseFactory) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected ChannelDefinitionParse
protected EventDefinitionParse
protected boolean
isChannelResource
(String resourceName) protected boolean
isEventResource
(String resourceName)
-
Field Details
-
EVENT_RESOURCE_SUFFIXES
-
CHANNEL_RESOURCE_SUFFIXES
-
deployment
-
eventDefinitionParseFactory
-
channelDefinitionParseFactory
-
-
Constructor Details
-
ParsedDeploymentBuilder
public ParsedDeploymentBuilder(EventDeploymentEntity deployment, EventDefinitionParseFactory eventDefinitionParseFactory, ChannelDefinitionParseFactory channelDefinitionParseFactory)
-
-
Method Details
-
build
-
createEventParseFromResource
-
createChannelParseFromResource
-
isEventResource
-
isChannelResource
-