Class VaultModulesFinder
- java.lang.Object
-
- org.jboss.migration.wfly10.config.task.module.VaultModulesFinder
-
- All Implemented Interfaces:
ConfigurationModulesMigrationTaskFactory.ModulesFinder
public class VaultModulesFinder extends Object implements ConfigurationModulesMigrationTaskFactory.ModulesFinder
Finds modules referenced by Vault configs.- Author:
- emmartins
-
-
Constructor Summary
Constructors Constructor Description VaultModulesFinder()
-
Method Summary
All Methods Instance Methods Concrete 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
public String getElementLocalName()
Description copied from interface:ConfigurationModulesMigrationTaskFactory.ModulesFinderThe XML Element's local name the processor is interested.- Specified by:
getElementLocalNamein interfaceConfigurationModulesMigrationTaskFactory.ModulesFinder- Returns:
-
processElement
public void processElement(XMLStreamReader reader, org.jboss.migration.core.jboss.ModulesMigrationTask.ModuleMigrator moduleMigrator, org.jboss.migration.core.task.TaskContext context) throws IOException
- Specified by:
processElementin interfaceConfigurationModulesMigrationTaskFactory.ModulesFinder- Parameters:
reader- the XML stream reader, positioned at the start of an element of interestmoduleMigrator- the module migrator- Throws:
IOException
-
-