Uses of Class
org.jboss.as.controller.PathElement
-
-
Uses of PathElement in org.jboss.as.controller
Fields in org.jboss.as.controller declared as PathElement Modifier and Type Field Description protected PathElementPersistentResourceXMLDescription. pathElementprotected PathElementPersistentResourceXMLDescription.PersistentResourceXMLBuilder. pathElementMethods in org.jboss.as.controller that return PathElement Modifier and Type Method Description PathElementPathAddress. getElement(int index)Gets the element at the given index.PathElementPathAddress. getLastElement()Gets the last element in the address.PathElementDelegatingResourceDefinition. getPathElement()PathElementPersistentResourceXMLDescription. getPathElement()PathElementResourceDefinition. getPathElement()Gets the path element that describes how to navigate to this resource from its parent resource, ornullif this is a definition of a root resource.PathElementSimpleResourceDefinition. getPathElement()static PathElementPathElement. pathElement(String key)Construct a new instance with a wildcard value.static PathElementPathElement. pathElement(String key, String value)Construct a new instance.Methods in org.jboss.as.controller that return types with arguments of type PathElement Modifier and Type Method Description ListIterator<PathElement>PathAddress. iterator()Iterate over the elements of this path address.Methods in org.jboss.as.controller with parameters of type PathElement Modifier and Type Method Description PathAddressPathAddress. append(PathElement... additionalElements)Create a new path address by appending more elements to the end of this address.static PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription. builder(PathElement pathElement)Creates builder for passed path elementstatic PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription. builder(PathElement pathElement, String namespaceURI)Creates builder for passed path elementstatic ResourceBuilderResourceBuilder.Factory. create(PathElement pathElement, StandardResourceDescriptionResolver resourceDescriptionResolver)static ResourceBuilderResourceBuilder.Factory. createSubsystemRoot(PathElement pathElement, StandardResourceDescriptionResolver resolver, OperationStepHandler addHandler, OperationStepHandler removeHandler)static ResourceBuilderResourceBuilder.Factory. createSubsystemRoot(PathElement pathElement, StandardResourceDescriptionResolver resolver, OperationStepHandler addHandler, OperationStepHandler removeHandler, OperationStepHandler describeHandler)booleanPathElement. equals(PathElement other)Determine whether this object is equal to another.booleanPathElement. matches(PathElement pe)Determine whether the given element matches this element.static PathAddressPathAddress. pathAddress(PathAddress parent, PathElement... elements)static PathAddressPathAddress. pathAddress(PathElement... elements)ResourceBuilderResourceBuilder. pushChild(PathElement pathElement)ResourceBuilderResourceBuilder. pushChild(PathElement pathElement, StandardResourceDescriptionResolver resolver)ResourceBuilderResourceBuilder. pushChild(PathElement pathElement, StandardResourceDescriptionResolver resolver, OperationStepHandler addHandler, OperationStepHandler removeHandler)ResourceBuilderResourceBuilder. pushChild(PathElement pathElement, OperationStepHandler addHandler, OperationStepHandler removeHandler)protected booleanAbstractRemoveStepHandler. removeChildRecursively(PathElement child)Gets whether a child resource should be removed via the addition of a step to invoke the "remove" operation for its address.Method parameters in org.jboss.as.controller with type arguments of type PathElement Modifier and Type Method Description PathAddressPathAddress. append(List<PathElement> additionalElements)Create a new path address by appending more elements to the end of this address.static PathAddressPathAddress. pathAddress(List<PathElement> elements) -
Uses of PathElement in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return PathElement Modifier and Type Method Description PathElementExtensionResource. getPathElement()Methods in org.jboss.as.controller.extension with parameters of type PathElement Modifier and Type Method Description ResourceExtensionResource. getChild(PathElement element)booleanExtensionResource. hasChild(PathElement element)voidExtensionResource. registerChild(PathElement address, int index, Resource resource)voidExtensionResource. registerChild(PathElement address, Resource resource)ResourceExtensionResource. removeChild(PathElement address)ResourceExtensionResource. requireChild(PathElement element) -
Uses of PathElement in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type PathElement Modifier and Type Method Description StringControllerLogger_$logger. childResourceNotFound(PathElement childAddress)StringControllerLogger. childResourceNotFound(PathElement childAddress)Creates an exception message indicating a child resource cannot be found.IllegalStateExceptionControllerLogger_$logger. indexedChildResourceRegistrationNotAvailable(PathElement element)IllegalStateExceptionControllerLogger. indexedChildResourceRegistrationNotAvailable(PathElement element) -
Uses of PathElement in org.jboss.as.controller.management
Fields in org.jboss.as.controller.management declared as PathElement Modifier and Type Field Description protected static PathElementBaseHttpInterfaceResourceDefinition. RESOURCE_PATHprotected static PathElementBaseNativeInterfaceResourceDefinition. RESOURCE_PATH -
Uses of PathElement in org.jboss.as.controller.operations.common
Method parameters in org.jboss.as.controller.operations.common with type arguments of type PathElement Modifier and Type Method Description static GenericSubsystemDescribeHandlerGenericSubsystemDescribeHandler. create(Comparator<PathElement> comparator)Creates a new describe handler.protected org.jboss.dmr.ModelNodeGenericSubsystemDescribeHandler. createAddOperation(OrderedChildTypesAttachment orderedChildTypesAttachment, org.jboss.dmr.ModelNode address, Resource resource, Set<PathElement> children)protected org.jboss.dmr.ModelNodeGenericSubsystemDescribeHandler. createAddOperation(org.jboss.dmr.ModelNode address, org.jboss.dmr.ModelNode subModel, Set<PathElement> children)Constructor parameters in org.jboss.as.controller.operations.common with type arguments of type PathElement Constructor Description GenericSubsystemDescribeHandler(Comparator<PathElement> comparator)Creates a new describe handler. -
Uses of PathElement in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return PathElement Modifier and Type Method Description PathElementLegacyResourceDefinition. getPathElement()Gets the path element that describes how to navigate to this resource from its parent resource, ornullif this is a definition of a root resource.PathElementPlaceholderResource.PlaceholderResourceEntry. getPathElement()PathElementResource.ResourceEntry. getPathElement()Get the path element this resource was registered under.Methods in org.jboss.as.controller.registry that return types with arguments of type PathElement Modifier and Type Method Description Set<PathElement>DelegatingImmutableManagementResourceRegistration. getChildAddresses(PathAddress address)Set<PathElement>DelegatingManagementResourceRegistration. getChildAddresses(PathAddress address)Set<PathElement>ImmutableManagementResourceRegistration. getChildAddresses(PathAddress address)Gets the set of direct child address elements under the node at the passed in PathAddressMethods in org.jboss.as.controller.registry with parameters of type PathElement Modifier and Type Method Description ResourceAbstractModelResource. getChild(PathElement address)ResourceDelegatingResource. getChild(PathElement element)ResourcePlaceholderResource. getChild(PathElement element)ResourceResource. getChild(PathElement element)Get a single child of this resource with the given address.booleanAbstractModelResource. hasChild(PathElement address)booleanDelegatingResource. hasChild(PathElement element)booleanPlaceholderResource. hasChild(PathElement element)booleanResource. hasChild(PathElement element)Determine whether this resource has a child with the given address.voidDelegatingManagementResourceRegistration. registerAlias(PathElement address, AliasEntry aliasEntry)voidManagementResourceRegistration. registerAlias(PathElement address, AliasEntry aliasEntry)Register an alias registration to another part of the modelvoidAbstractModelResource. registerChild(PathElement address, int index, Resource resource)voidAbstractModelResource. registerChild(PathElement address, Resource resource)voidDelegatingResource. registerChild(PathElement address, int index, Resource resource)voidDelegatingResource. registerChild(PathElement address, Resource resource)voidPlaceholderResource. registerChild(PathElement address, int index, Resource resource)voidPlaceholderResource. registerChild(PathElement address, Resource resource)voidResource. registerChild(PathElement address, int index, Resource resource)Register a child resourcevoidResource. registerChild(PathElement address, Resource resource)Register a child resource.voidDelegatingManagementResourceRegistration. registerProxyController(PathElement address, ProxyController proxyController)voidManagementResourceRegistration. registerProxyController(PathElement address, ProxyController proxyController)Register a proxy controller.ResourceAbstractModelResource. removeChild(PathElement address)ResourceDelegatingResource. removeChild(PathElement address)ResourcePlaceholderResource. removeChild(PathElement address)ResourceResource. removeChild(PathElement address)Remove a child resource.ResourceAbstractModelResource. requireChild(PathElement address)ResourceDelegatingResource. requireChild(PathElement element)ResourcePlaceholderResource. requireChild(PathElement element)ResourceResource. requireChild(PathElement element)Get a single child of this resource with the given address.voidDelegatingManagementResourceRegistration. unregisterAlias(PathElement address)voidManagementResourceRegistration. unregisterAlias(PathElement address)Unregister an aliasvoidDelegatingManagementResourceRegistration. unregisterProxyController(PathElement address)voidManagementResourceRegistration. unregisterProxyController(PathElement address)Unregister a proxy controllervoidDelegatingManagementResourceRegistration. unregisterSubModel(PathElement address)voidManagementResourceRegistration. unregisterSubModel(PathElement address)Unregister the existence of an addressable sub-resource of this resource.Method parameters in org.jboss.as.controller.registry with type arguments of type PathElement Modifier and Type Method Description OperationTransformerRegistry.OperationTransformerEntryOperationTransformerRegistry.PlaceholderResolver. resolveOperationTransformer(Iterator<PathElement> iterator, String operationName)Resolves a resource transformer from the relative address of the currentOperationTransformerRegistryentryvoidOperationTransformerRegistry.PlaceholderResolver. resolvePathTransformers(Iterator<PathElement> iterator, List<PathAddressTransformer> list)Adds path address transformers to the list for the relative address and below of the currentOperationTransformerRegistryentryprotected OperationTransformerRegistry.OperationTransformerEntryGlobalTransformerRegistry. resolveTransformer(Iterator<PathElement> iterator, ModelVersion version, String operationName)TransformerEntryOperationTransformerRegistry.PlaceholderResolver. resolveTransformerEntry(Iterator<PathElement> iterator)Resolves aTransformerEntryfrom the relative address of the currentOperationTransformerRegistryentryConstructors in org.jboss.as.controller.registry with parameters of type PathElement Constructor Description NoSuchResourceException(PathElement childPath)PlaceholderResourceEntry(PathElement path) -
Uses of PathElement in org.jboss.as.controller.resource
Fields in org.jboss.as.controller.resource declared as PathElement Modifier and Type Field Description static PathElementAbstractSocketBindingGroupResourceDefinition. PATHstatic PathElementAbstractSocketBindingResourceDefinition. PATH -
Uses of PathElement in org.jboss.as.controller.services.path
Fields in org.jboss.as.controller.services.path declared as PathElement Modifier and Type Field Description static PathElementPathResourceDefinition. PATH_ADDRESS -
Uses of PathElement in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform with parameters of type PathElement Modifier and Type Method Description PathAddressPathAddressTransformer.Builder. next(PathElement... elements)Append an element to the current address and continue to the next transformer in the chain.PathAddressPathAddressTransformer.BuilderImpl. next(PathElement... elements)voidResourceTransformationContext. processChild(PathElement element, Resource child)Process a child.TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, boolean discard)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, CombinedTransformer transformer)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, OperationTransformer operationTransformer)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean inherited, boolean placeholder)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, ResourceTransformer resourceTransformer)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer)TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element)Register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, boolean discardByDefault)Register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, CombinedTransformer transformer)Register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, OperationTransformer operationTransformer)Register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer)Register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean inherited, boolean placeholder)Register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, ResourceTransformer resourceTransformer)register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer)Register a sub resource.static AliasOperationTransformerAliasOperationTransformer. replaceLastElement(PathElement element)Deprecated.Replace the last element of an address with a static path element.PathAddressPathAddressTransformer.BasicPathAddressTransformer. transform(PathElement current, PathAddressTransformer.Builder builder)PathAddressPathAddressTransformer.ReplaceElementKey. transform(PathElement current, PathAddressTransformer.Builder builder)PathAddressPathAddressTransformer. transform(PathElement current, PathAddressTransformer.Builder builder)Transform an address.Constructors in org.jboss.as.controller.transform with parameters of type PathElement Constructor Description BasicPathAddressTransformer(PathElement swap) -
Uses of PathElement in org.jboss.as.controller.transform.description
Fields in org.jboss.as.controller.transform.description declared as PathElement Modifier and Type Field Description protected PathElementAbstractTransformationDescriptionBuilder. pathElementprotected PathElementAbstractTransformationDescriptionBuilder. pathElementMethods in org.jboss.as.controller.transform.description that return PathElement Modifier and Type Method Description PathElementTransformationDescription. getPath()Get the path for this transformation description.Methods in org.jboss.as.controller.transform.description with parameters of type PathElement Modifier and Type Method Description ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildRedirection(PathElement current, PathElement legacy)Add a child resource, where all operations will get redirected to the legacy address.ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildRedirection(PathElement current, PathElement legacy, DynamicDiscardPolicy dynamicDiscardPolicy)Add a child resource, where all operations will get redirected to the legacy address.ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildRedirection(PathElement pathElement, PathAddressTransformer pathAddressTransformer)Add a child resource, where all operation will get redirected to a different address defined by the path transformation.ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildRedirection(PathElement pathElement, PathAddressTransformer pathAddressTransformer, DynamicDiscardPolicy dynamicDiscardPolicy)Add a child resource, where all operation will get redirected to a different address defined by the path transformation.ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildResource(PathElement pathElement)Add a child resource to this builder.ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildResource(PathElement pathElement, DynamicDiscardPolicy dynamicDiscardPolicy)Add a child resource to this builder.static ChainedTransformationDescriptionBuilderTransformationDescriptionBuilder.Factory. createChainedInstance(PathElement pathElement, ModelVersion currentVersion)Create a chained builder instancestatic DiscardTransformationDescriptionBuilderTransformationDescriptionBuilder.Factory. createDiscardInstance(PathElement pathElement)Create a builder instance discarding a child.static ResourceTransformationDescriptionBuilderTransformationDescriptionBuilder.Factory. createInstance(PathElement pathElement)Create a resource builder instance.static RejectTransformationDescriptionBuilderTransformationDescriptionBuilder.Factory. createRejectInstance(PathElement pathElement)Create a builder instance rejecting a child.DiscardTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. discardChildResource(PathElement pathElement)Recursively discards all child resources and its operations.RejectTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. rejectChildResource(PathElement pathElement)Recursively rejects all child resources and its operationsConstructors in org.jboss.as.controller.transform.description with parameters of type PathElement Constructor Description DiscardTransformationDescriptionBuilder(PathElement pathElement)RejectTransformationDescriptionBuilder(PathElement pathElement)
-