Interface ConfigurationModulesMigrationTaskFactory.ModulesFinder
-
- All Known Implementing Classes:
DatasourcesJdbcDriversModulesFinder,DefaultJsfImplModulesFinder,EEGlobalModulesFinder,ExtensionModulesFinder,JMSBridgesModulesFinder,NamingObjectFactoriesModulesFinder,SecurityRealmsPluginModulesFinder,VaultModulesFinder
- Enclosing class:
- ConfigurationModulesMigrationTaskFactory<S extends org.jboss.migration.core.jboss.JBossServer<S>>
public static interface ConfigurationModulesMigrationTaskFactory.ModulesFinderA module finder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetElementLocalName()The XML Element's local name the processor is interested.voidprocessElement(XMLStreamReader reader, org.jboss.migration.core.jboss.ModulesMigrationTask.ModuleMigrator moduleMigrator, org.jboss.migration.core.task.TaskContext context)
-
-
-
Method Detail
-
getElementLocalName
String getElementLocalName()
The XML Element's local name the processor is interested.- Returns:
-
processElement
void processElement(XMLStreamReader reader, org.jboss.migration.core.jboss.ModulesMigrationTask.ModuleMigrator moduleMigrator, org.jboss.migration.core.task.TaskContext context) throws IOException
- Parameters:
reader- the XML stream reader, positioned at the start of an element of interestmoduleMigrator- the module migrator- Throws:
IOException
-
-