Class ManageableResourceBuildParametersImpl<S,R extends ManageableResource>
- java.lang.Object
-
- org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationBuildParametersImpl<S>
-
- org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceBuildParametersImpl<S,R>
-
- All Implemented Interfaces:
org.jboss.migration.core.task.component.BuildParameters,ManageableServerConfigurationBuildParameters<S>,ManageableResourceBuildParameters<S,R>
public class ManageableResourceBuildParametersImpl<S,R extends ManageableResource> extends ManageableServerConfigurationBuildParametersImpl<S> implements ManageableResourceBuildParameters<S,R>
- Author:
- emmartins
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.migration.core.task.component.BuildParameters
org.jboss.migration.core.task.component.BuildParameters.Mapper<T extends org.jboss.migration.core.task.component.BuildParameters,R extends org.jboss.migration.core.task.component.BuildParameters>
-
-
Constructor Summary
Constructors Constructor Description ManageableResourceBuildParametersImpl(S source, R resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RgetResource()-
Methods inherited from class org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationBuildParametersImpl
getServerConfiguration, getSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationBuildParameters
getServerConfiguration, getSource
-
-
-
-
Method Detail
-
getResource
public R getResource()
- Specified by:
getResourcein interfaceManageableResourceBuildParameters<S,R extends ManageableResource>
-
-