public interface ProfileParsingCompletionHandler
ProfileParsingCompletionHandler
can register to, upon completion of normal parsing of a profile, manipulate the list
of parsed boot operations associated with a profile.Modifier and Type | Method and Description |
---|---|
void |
handleProfileParsingCompletion(Map<String,List<org.jboss.dmr.ModelNode>> profileBootOperations,
List<org.jboss.dmr.ModelNode> otherBootOperations)
Callback indicating normal parsing of a profile is completed.
|
void handleProfileParsingCompletion(Map<String,List<org.jboss.dmr.ModelNode>> profileBootOperations, List<org.jboss.dmr.ModelNode> otherBootOperations)
profileBootOperations
- the boot operations added by subsystems in the profile, keyed by the URI of the
xml namespace used for the subsystemotherBootOperations
- other operations registered in the boot prior to parsing of the profileCopyright © 2023 JBoss by Red Hat. All rights reserved.