Class PathAddHandler

    • Constructor Detail

      • PathAddHandler

        @Deprecated
        protected PathAddHandler​(PathManagerService pathManager,
                                 boolean services,
                                 SimpleAttributeDefinition pathAttribute)
        Deprecated.
        not for use outside the kernel; may be removed at any time
        Create the PathAddHandler
        Parameters:
        pathManager - the path manager, or null if interaction with the path manager is not required for the resource
        services - true if interaction with the path manager is required for the resource
        pathAttribute - the definition of the attribute to use to represent the portion of the path specification that identifies the absolute path or portion of the path that is relative to the 'relative-to' path. Cannot be null
    • Method Detail

      • getAddPathOperation

        public static org.jboss.dmr.ModelNode getAddPathOperation​(PathAddress address,
                                                                  org.jboss.dmr.ModelNode path,
                                                                  org.jboss.dmr.ModelNode relativeTo)