Uses of Class
org.codehaus.mojo.jaxb2.shared.environment.classloading.ThreadContextClassLoaderBuilder.SupportedURLProtocols
-
Packages that use ThreadContextClassLoaderBuilder.SupportedURLProtocols Package Description org.codehaus.mojo.jaxb2.shared.environment.classloading -
-
Uses of ThreadContextClassLoaderBuilder.SupportedURLProtocols in org.codehaus.mojo.jaxb2.shared.environment.classloading
Methods in org.codehaus.mojo.jaxb2.shared.environment.classloading that return ThreadContextClassLoaderBuilder.SupportedURLProtocols Modifier and Type Method Description static ThreadContextClassLoaderBuilder.SupportedURLProtocols
ThreadContextClassLoaderBuilder.SupportedURLProtocols. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ThreadContextClassLoaderBuilder.SupportedURLProtocols[]
ThreadContextClassLoaderBuilder.SupportedURLProtocols. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-