protected final class Sequencers.SequencingConfiguration extends Object
SequencerPathExpression
and the corresponding Sequencer
implementation that
should be used if the path expression matches.Modifier | Constructor and Description |
---|---|
protected |
SequencingConfiguration(SequencerPathExpression expression,
Sequencer sequencer) |
Modifier and Type | Method and Description |
---|---|
SequencerPathExpression |
getPathExpression() |
Sequencer |
getSequencer() |
SequencerPathExpression.Matcher |
matches(String pathToChangedNode,
Name changedPropertyName)
Determine if this sequencer configuration matches the supplied changed node and property, meaning the changes should be
sequenced by this sequencer.
|
protected SequencingConfiguration(SequencerPathExpression expression, Sequencer sequencer)
public SequencerPathExpression getPathExpression()
public Sequencer getSequencer()
public SequencerPathExpression.Matcher matches(String pathToChangedNode, Name changedPropertyName)
pathToChangedNode
- the path to the added/changed node; may not be nullchangedPropertyName
- the name of the changed property; may not be nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.