Interface ConfigurationModulesMigrationTaskFactory.ModulesFinder

    • 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 interest
        moduleMigrator - the module migrator
        Throws:
        IOException