Interface ManageableServerConfigurationTaskFactory<S,T extends ManageableServerConfiguration>
-
public interface ManageableServerConfigurationTaskFactory<S,T extends ManageableServerConfiguration>- Author:
- emmartins
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.migration.core.task.ServerMigrationTaskgetTask(S source, T configuration)static <S,T extends ManageableServerConfiguration>
ManageableServerConfigurationTaskFactory<S,T>of(ManageableServerConfigurationComponentTaskBuilder<S,?> subtaskBuilder)static <S,T extends ManageableServerConfiguration>
ManageableServerConfigurationTaskFactory<S,T>of(ManageableResourceComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder)static <S,T extends ManageableServerConfiguration>
ManageableServerConfigurationTaskFactory<S,T>of(ManageableResourcesComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder)
-
-
-
Method Detail
-
of
static <S,T extends ManageableServerConfiguration> ManageableServerConfigurationTaskFactory<S,T> of(ManageableServerConfigurationComponentTaskBuilder<S,?> subtaskBuilder)
-
of
static <S,T extends ManageableServerConfiguration> ManageableServerConfigurationTaskFactory<S,T> of(ManageableResourceComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder)
-
of
static <S,T extends ManageableServerConfiguration> ManageableServerConfigurationTaskFactory<S,T> of(ManageableResourcesComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder)
-
-