Uses of Class
org.jboss.as.logging.Namespace
-
Packages that use Namespace Package Description org.jboss.as.logging -
-
Uses of Namespace in org.jboss.as.logging
Fields in org.jboss.as.logging declared as Namespace Modifier and Type Field Description static NamespaceNamespace. CURRENTThe current namespace version.Methods in org.jboss.as.logging that return Namespace Modifier and Type Method Description static NamespaceNamespace. forUri(String uri)static NamespaceNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static Namespace[]Namespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.logging that return types with arguments of type Namespace Modifier and Type Method Description static List<Namespace>Namespace. readable()
-