Uses of Class
org.infinispan.tools.store.migrator.Element
-
Packages that use Element Package Description org.infinispan.tools.store.migrator -
-
Uses of Element in org.infinispan.tools.store.migrator
Methods in org.infinispan.tools.store.migrator that return Element Modifier and Type Method Description static ElementElement. valueOf(String name)Returns the enum constant of this type with the specified name.static Element[]Element. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.tools.store.migrator with parameters of type Element Modifier and Type Method Description StringStoreProperties. get(Element... elements)StringStoreProperties. key(Element... elements)voidStoreProperties. required(Element... required)Constructors in org.infinispan.tools.store.migrator with parameters of type Element Constructor Description StoreProperties(Element root, Properties properties)
-