Class TemporaryGlobalStatePathConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
-
public class TemporaryGlobalStatePathConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<String>
PATH
static AttributeDefinition<String>
RELATIVE_TO
-
Constructor Summary
Constructors Constructor Description TemporaryGlobalStatePathConfiguration(AttributeSet attributes, String location)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
AttributeSet
attributes()
String
getLocation()
String
path()
String
relativeTo()
-
-
-
Field Detail
-
PATH
public static final AttributeDefinition<String> PATH
-
RELATIVE_TO
public static final AttributeDefinition<String> RELATIVE_TO
-
-
Constructor Detail
-
TemporaryGlobalStatePathConfiguration
public TemporaryGlobalStatePathConfiguration(AttributeSet attributes, String location)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
attributes
public AttributeSet attributes()
-
getLocation
public String getLocation()
-
path
public String path()
-
relativeTo
public String relativeTo()
-
-