| Package | Description |
|---|---|
| org.jboss.migration.wfly10.config.task.subsystem | |
| org.jboss.migration.wfly10.config.task.update |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyExtension |
| Modifier and Type | Field and Description |
|---|---|
static Extension |
SupportedExtensions.BATCH_JBERET |
static Extension |
SupportedExtensions.BEAN_VALIDATION |
static Extension |
SupportedExtensions.CONNECTOR |
static Extension |
SupportedExtensions.DEPLOYMENT_SCANNER |
static Extension |
SupportedExtensions.EE |
static Extension |
SupportedExtensions.EJB3 |
static Extension |
SupportedExtensions.IIOP_OPENJDK |
static Extension |
SupportedExtensions.INFINISPAN |
static Extension |
SupportedExtensions.IO |
static Extension |
SupportedExtensions.JACORB |
static Extension |
SupportedExtensions.JAXRS |
static Extension |
SupportedExtensions.JDR |
static Extension |
SupportedExtensions.JGROUPS |
static Extension |
SupportedExtensions.JMX |
static Extension |
SupportedExtensions.JPA |
static Extension |
SupportedExtensions.JSF |
static Extension |
SupportedExtensions.JSR77 |
static Extension |
SupportedExtensions.LOGGING |
static Extension |
SupportedExtensions.MAIL |
static Extension |
SupportedExtensions.MESSAGING |
static Extension |
SupportedExtensions.MESSAGING_ACTIVEMQ |
static Extension |
SupportedExtensions.MODCLUSTER |
static Extension |
SupportedExtensions.NAMING |
static Extension |
SupportedExtensions.POJO |
static Extension |
SupportedExtensions.REMOTING |
static Extension |
SupportedExtensions.REQUEST_CONTROLLER |
static Extension |
SupportedExtensions.SAR |
static Extension |
SupportedExtensions.SECURITY |
static Extension |
SupportedExtensions.SECURITY_MANAGER |
static Extension |
SupportedExtensions.SINGLETON |
static Extension |
SupportedExtensions.TRANSACTIONS |
static Extension |
SupportedExtensions.UNDERTOW |
static Extension |
SupportedExtensions.WEB |
static Extension |
SupportedExtensions.WEBSERVICES |
static Extension |
SupportedExtensions.WELD |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionBuilder.build() |
Extension |
WildFly10Subsystem.getExtension() |
| Modifier and Type | Method and Description |
|---|---|
static List<Extension> |
SupportedExtensions.all() |
static List<Extension> |
SupportedExtensions.allExcept(String... extensionNames) |
| Modifier and Type | Method and Description |
|---|---|
SubsystemsMigration.Builder<S> |
SubsystemsMigration.Builder.addExtension(Extension extension) |
WildFly10SubsystemBuilder |
WildFly10SubsystemBuilder.setExtension(Extension extension)
Sets the subsystem extension.
|
| Modifier and Type | Method and Description |
|---|---|
SubsystemsMigration.Builder<S> |
SubsystemsMigration.Builder.addExtensions(Collection<Extension> extensions) |
| Constructor and Description |
|---|
WildFly10LegacySubsystem(String name,
String namespaceWithoutVersion,
Extension extension) |
WildFly10Subsystem(String name,
String namespaceWithoutVersion,
String taskName,
List<WildFly10SubsystemMigrationTaskFactory> subsystemMigrationTasks,
Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
RemoveUnsupportedExtensionsAndSubsystems.Builder<S> |
RemoveUnsupportedExtensionsAndSubsystems.Builder.extension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
RemoveUnsupportedExtensionsAndSubsystems.Builder<S> |
RemoveUnsupportedExtensionsAndSubsystems.Builder.extensions(Collection<Extension> extensions) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.