public class Parser extends Object
Constructor and Description |
---|
Parser() |
Modifier and Type | Method and Description |
---|---|
static Properties |
parseProperties(XMLExtendedStreamReader reader) |
static void |
parseProperty(XMLExtendedStreamReader reader,
Properties properties) |
static void |
parseStoreAttribute(XMLExtendedStreamReader reader,
int index,
AbstractStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseStoreElement(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseStoreProperty(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseStoreWriteBehind(XMLExtendedStreamReader reader,
AsyncStoreConfigurationBuilder<?> storeBuilder) |
public static Properties parseProperties(XMLExtendedStreamReader reader) throws XMLStreamException
XMLStreamException
public static void parseProperty(XMLExtendedStreamReader reader, Properties properties) throws XMLStreamException
XMLStreamException
public static void parseStoreAttribute(XMLExtendedStreamReader reader, int index, AbstractStoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static void parseStoreElement(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static void parseStoreWriteBehind(XMLExtendedStreamReader reader, AsyncStoreConfigurationBuilder<?> storeBuilder) throws XMLStreamException
XMLStreamException
public static void parseStoreProperty(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.