Uses of Interface
org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
Packages that use ParentResourceDescriptionResolver
-
Uses of ParentResourceDescriptionResolver in org.jboss.as.controller.descriptions
Classes in org.jboss.as.controller.descriptions that implement ParentResourceDescriptionResolverModifier and TypeClassDescriptionclassGenerates resource descriptions for a child resource of a subsystem.classGenerates resource descriptions for a given subsystem and exposes a mechanism for generating aResourceDescriptionResolverfor child resources.Methods in org.jboss.as.controller.descriptions that return ParentResourceDescriptionResolverModifier and TypeMethodDescriptionChildResourceDescriptionResolver.createChildResolver(PathElement path, List<PathElement> alternatePaths) ParentResourceDescriptionResolver.createChildResolver(String key) Creates aResourceDescriptionResolverwhose descriptions are located via the specified key.ParentResourceDescriptionResolver.createChildResolver(PathElement path) Creates aResourceDescriptionResolverwhose descriptions are located via keys generated from the specified path.ParentResourceDescriptionResolver.createChildResolver(PathElement path, List<PathElement> alternates) Creates aResourceDescriptionResolverwhose descriptions are located via keys generated from the specified path, or the alternate path if no description was found.ParentResourceDescriptionResolver.createChildResolver(PathElement path, PathElement alternatePath) Creates aResourceDescriptionResolverwhose descriptions are located via keys generated from the specified path, or the alternate path if no description was found.ParentResourceDescriptionResolver.createChildResolver(PathElement path, PathElement... alternatePaths) Creates aResourceDescriptionResolverwhose descriptions are located via keys generated from the specified path, or the alternate paths if no description was found.ParentResourceDescriptionResolver.createChildResolver(PathElement path, PathElement alternatePath1, PathElement alternatePath2) Creates aResourceDescriptionResolverwhose descriptions are located via keys generated from the specified path, or the alternate paths if no description was found.SubsystemResourceDescriptionResolver.createChildResolver(PathElement path, List<PathElement> alternatePaths)