Class | Description |
---|---|
DOMUtils |
Basic DOM2 utilities
|
ServiceLoader |
Load a service class of a given name using this ordered lookup procedure:
If a resource file with the given name is found in META-INF/services/..., then
its first line, if present, is used as the UTF-8 encoded name of the implementation class.
If a system property with the given name is defined, then its value is used
as the name of the implementation class.
Finally, a default implementation class name is used.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.