Package org.jboss.migration.wfly10
Class ServiceLoaderWildFlyServerMigrations10<T extends WildFlyServerMigrationProvider10>
- java.lang.Object
-
- org.jboss.migration.wfly10.ServiceLoaderWildFlyServerMigrations10<T>
-
- All Implemented Interfaces:
WildFlyServerMigrations10
public class ServiceLoaderWildFlyServerMigrations10<T extends WildFlyServerMigrationProvider10> extends Object implements WildFlyServerMigrations10
WildFly 10 server migrations trough a service loader.- Author:
- emmartins
-
-
Constructor Summary
Constructors Constructor Description ServiceLoaderWildFlyServerMigrations10(ServiceLoader<T> serviceLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WildFlyServerMigration10getMigrationFrom(org.jboss.migration.core.Server sourceServer)
-
-
-
Constructor Detail
-
ServiceLoaderWildFlyServerMigrations10
public ServiceLoaderWildFlyServerMigrations10(ServiceLoader<T> serviceLoader)
-
-
Method Detail
-
getMigrationFrom
public WildFlyServerMigration10 getMigrationFrom(org.jboss.migration.core.Server sourceServer)
- Specified by:
getMigrationFromin interfaceWildFlyServerMigrations10
-
-