Uses of Class
org.wildfly.client.config.XMLLocation
-
Packages that use XMLLocation Package Description org.wildfly.client.config org.wildfly.client.config._private org.wildfly.security.auth.client._private -
-
Uses of XMLLocation in org.wildfly.client.config
Fields in org.wildfly.client.config declared as XMLLocation Modifier and Type Field Description static XMLLocationXMLLocation. UNKNOWNAn unknown location.Methods in org.wildfly.client.config that return XMLLocation Modifier and Type Method Description XMLLocationConfigurationXMLStreamReader. getIncludedFrom()XMLLocationXMLLocation. getIncludedFrom()Get the location that this location was included from.XMLLocationConfigurationXMLStreamReader. getLocation()XMLLocationConfigXMLParseException. getLocation()Get the location of this exception.static XMLLocationXMLLocation. toXMLLocation(URI uri, Location location)static XMLLocationXMLLocation. toXMLLocation(Location location)static XMLLocationXMLLocation. toXMLLocation(XMLLocation includedFrom, URI uri, Location location)static XMLLocationXMLLocation. toXMLLocation(XMLLocation includedFrom, Location location)Methods in org.wildfly.client.config with parameters of type XMLLocation Modifier and Type Method Description intXMLLocation. compareTo(XMLLocation o)Compare for sort.booleanXMLLocation. equals(XMLLocation other)Determine whether this object is equal to another.protected voidConfigXMLParseException. setLocation(XMLLocation location)Set the location of this exception.static XMLLocationXMLLocation. toXMLLocation(XMLLocation includedFrom, URI uri, Location location)static XMLLocationXMLLocation. toXMLLocation(XMLLocation includedFrom, Location location)Constructors in org.wildfly.client.config with parameters of type XMLLocation Constructor Description XMLLocation(XMLLocation includedFrom, URI uri, int lineNumber, int columnNumber, int characterOffset)Construct a new instance.XMLLocation(XMLLocation includedFrom, URI uri, int lineNumber, int columnNumber, int characterOffset, String publicId, String systemId)Construct a new instance. -
Uses of XMLLocation in org.wildfly.client.config._private
-
Uses of XMLLocation in org.wildfly.security.auth.client._private
Methods in org.wildfly.security.auth.client._private with parameters of type XMLLocation Modifier and Type Method Description voidElytronMessages_$logger. xmlDeprecatedElement(String name, XMLLocation location)voidElytronMessages. xmlDeprecatedElement(String name, XMLLocation location)
-