public class GlobalStatePathConfiguration extends Object implements ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<String> |
PATH |
static AttributeDefinition<String> |
RELATIVE_TO |
| Constructor and Description |
|---|
GlobalStatePathConfiguration(AttributeSet attributes,
String elementName) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
ElementDefinition |
getElementDefinition() |
String |
getLocation() |
boolean |
isModified() |
String |
path() |
String |
relativeTo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubElementspublic static final AttributeDefinition<String> PATH
public static final AttributeDefinition<String> RELATIVE_TO
public GlobalStatePathConfiguration(AttributeSet attributes, String elementName)
public static AttributeSet attributeDefinitionSet()
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.public String getLocation()
public String path()
public String relativeTo()
public boolean isModified()
Copyright © 2022 JBoss by Red Hat. All rights reserved.