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