Uses of Interface
org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceBuildParameters
-
-
Uses of ManageableResourceBuildParameters in org.jboss.migration.wfly10.config.task.management.resource
Classes in org.jboss.migration.wfly10.config.task.management.resource that implement ManageableResourceBuildParameters Modifier and Type Class Description classManageableResourceBuildParametersImpl<S,R extends ManageableResource>Methods in org.jboss.migration.wfly10.config.task.management.resource that return types with arguments of type ManageableResourceBuildParameters Modifier and Type Method Description Collection<ManageableResourceBuildParameters<S,R>>ManageableResourcesToResourceParametersDirectMapper. apply(ManageableResourcesBuildParameters<S,R> tParams)Collection<ManageableResourceBuildParameters<S,R>>ManageableResourcesToResourceParametersMapper. apply(ManageableResourcesBuildParameters<S,T> tParams)Collection<ManageableResourceBuildParameters<S,R>>ManageableResourceToResourceParametersMapper. apply(ManageableResourceBuildParameters<S,T> tParams)Collection<ManageableResourceBuildParameters<S,R>>ManageableResourceToSuperResourceParametersMapper. apply(ManageableResourceBuildParameters<S,T> tParams)Collection<ManageableResourceBuildParameters<S,R>>ManageableServerConfigurationToResourceParametersMapper. apply(ManageableServerConfigurationBuildParameters<S> params)Methods in org.jboss.migration.wfly10.config.task.management.resource with parameters of type ManageableResourceBuildParameters Modifier and Type Method Description Collection<ManageableResourceBuildParameters<S,R>>ManageableResourceToResourceParametersMapper. apply(ManageableResourceBuildParameters<S,T> tParams)Collection<ManageableResourceBuildParameters<S,R>>ManageableResourceToSuperResourceParametersMapper. apply(ManageableResourceBuildParameters<S,T> tParams)ManageableResourceCompositeSubtasksManageableResourceCompositeSubtasks.BaseBuilder. build(ManageableResourceBuildParameters<S,R> params)Constructors in org.jboss.migration.wfly10.config.task.management.resource with parameters of type ManageableResourceBuildParameters Constructor Description ManageableResourceCompositeSubtasks(ManageableResourceCompositeSubtasks.BaseBuilder<S,R,?> baseBuilder, ManageableResourceBuildParameters<S,R> params) -
Uses of ManageableResourceBuildParameters in org.jboss.migration.wfly10.config.task.management.resources
Methods in org.jboss.migration.wfly10.config.task.management.resources with parameters of type ManageableResourceBuildParameters Modifier and Type Method Description Collection<ManageableResourcesBuildParameters<S,R>>ManageableResourceToResourcesParametersDirectMapper. apply(ManageableResourceBuildParameters<S,R> params)Collection<ManageableResourcesBuildParameters<S,R>>ManageableResourceToResourcesParametersMapper. apply(ManageableResourceBuildParameters<S,T> tParams) -
Uses of ManageableResourceBuildParameters in org.jboss.migration.wfly10.config.task.management.subsystem
Methods in org.jboss.migration.wfly10.config.task.management.subsystem with parameters of type ManageableResourceBuildParameters Modifier and Type Method Description protected voidAddSubsystemResourceSubtaskBuilder. addConfiguration(ManageableResourceBuildParameters<S,SubsystemResource.Parent> params, org.jboss.migration.core.task.TaskContext taskContext) -
Uses of ManageableResourceBuildParameters in org.jboss.migration.wfly10.config.task.subsystem.jberet
Methods in org.jboss.migration.wfly10.config.task.subsystem.jberet with parameters of type ManageableResourceBuildParameters Modifier and Type Method Description protected voidAddBatchJBeretSubsystemResource. addConfiguration(ManageableResourceBuildParameters<S,SubsystemResource.Parent> params, org.jboss.migration.core.task.TaskContext taskContext) -
Uses of ManageableResourceBuildParameters in org.jboss.migration.wfly10.config.task.subsystem.securitymanager
Methods in org.jboss.migration.wfly10.config.task.subsystem.securitymanager with parameters of type ManageableResourceBuildParameters Modifier and Type Method Description protected voidAddSecurityManagerSubsystemResource. addConfiguration(ManageableResourceBuildParameters<S,SubsystemResource.Parent> params, org.jboss.migration.core.task.TaskContext taskContext) -
Uses of ManageableResourceBuildParameters in org.jboss.migration.wfly10.config.task.subsystem.singleton
Methods in org.jboss.migration.wfly10.config.task.subsystem.singleton with parameters of type ManageableResourceBuildParameters Modifier and Type Method Description protected voidAddSingletonSubsystemResource. addConfiguration(ManageableResourceBuildParameters<S,SubsystemResource.Parent> params, org.jboss.migration.core.task.TaskContext taskContext) -
Uses of ManageableResourceBuildParameters in org.jboss.migration.wfly10.config.task.update
Methods in org.jboss.migration.wfly10.config.task.update with parameters of type ManageableResourceBuildParameters Modifier and Type Method Description protected voidAddJmxSubsystemToHosts.AddJMXSubsystemConfig. addConfiguration(ManageableResourceBuildParameters<S,SubsystemResource.Parent> params, org.jboss.migration.core.task.TaskContext taskContext)
-