public class WebSubsystemPathsMigration extends Object implements XmlConfigurationMigration.Component
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSubsystemPathsMigration.Factory |
| Modifier and Type | Field and Description |
|---|---|
static String |
CA_CERTIFICATE_FILE |
protected Set<String> |
caCertificateFiles |
static String |
CERTIFICATE_KEY_FILE |
protected Set<String> |
certificateKeyFiles |
static Set<String> |
ELEMENT_LOCAL_NAMES |
| Modifier | Constructor and Description |
|---|---|
protected |
WebSubsystemPathsMigration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProcessingElements(JBossServerConfiguration sourceConfiguration,
JBossServerConfiguration targetConfiguration,
TaskContext taskContext) |
Set<String> |
getElementLocalNames() |
void |
processElement(XMLStreamReader reader,
JBossServerConfiguration sourceConfiguration,
JBossServerConfiguration targetConfiguration,
TaskContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeProcessingElementspublic static final String CERTIFICATE_KEY_FILE
public static final String CA_CERTIFICATE_FILE
public Set<String> getElementLocalNames()
getElementLocalNames in interface XmlConfigurationMigration.Componentpublic void processElement(XMLStreamReader reader, JBossServerConfiguration sourceConfiguration, JBossServerConfiguration targetConfiguration, TaskContext context) throws IOException
processElement in interface XmlConfigurationMigration.ComponentIOExceptionpublic void afterProcessingElements(JBossServerConfiguration sourceConfiguration, JBossServerConfiguration targetConfiguration, TaskContext taskContext)
afterProcessingElements in interface XmlConfigurationMigration.ComponentCopyright © 2019 JBoss by Red Hat. All rights reserved.