Class VaultPathsMigration

  • All Implemented Interfaces:
    org.jboss.migration.core.jboss.XmlConfigurationMigration.Component

    public class VaultPathsMigration
    extends Object
    implements org.jboss.migration.core.jboss.XmlConfigurationMigration.Component
    Author:
    emmartins
    • Constructor Detail

      • VaultPathsMigration

        protected VaultPathsMigration()
    • Method Detail

      • getElementLocalNames

        public Set<String> getElementLocalNames()
        Specified by:
        getElementLocalNames in interface org.jboss.migration.core.jboss.XmlConfigurationMigration.Component
      • processElement

        public void processElement​(XMLStreamReader reader,
                                   org.jboss.migration.core.jboss.JBossServerConfiguration sourceConfiguration,
                                   org.jboss.migration.core.jboss.JBossServerConfiguration targetConfiguration,
                                   org.jboss.migration.core.task.TaskContext context)
                            throws IOException
        Specified by:
        processElement in interface org.jboss.migration.core.jboss.XmlConfigurationMigration.Component
        Throws:
        IOException
      • afterProcessingElements

        public void afterProcessingElements​(org.jboss.migration.core.jboss.JBossServerConfiguration sourceConfiguration,
                                            org.jboss.migration.core.jboss.JBossServerConfiguration targetConfiguration,
                                            org.jboss.migration.core.task.TaskContext taskContext)
        Specified by:
        afterProcessingElements in interface org.jboss.migration.core.jboss.XmlConfigurationMigration.Component