Package __redirected
Class __JAXPRedirected
- java.lang.Object
-
- __redirected.__JAXPRedirected
-
public class __JAXPRedirected extends java.lang.Object
Executes common operations against ALL JAXP redirection classes.- Author:
- Jason T. Greene
-
-
Constructor Summary
Constructors Constructor Description __JAXPRedirected()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
changeAll(java.lang.String name, ModuleLoader loader)
Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.static void
changeAll(ModuleIdentifier id, ModuleLoader loader)
Deprecated.UsechangeAll(String, ModuleLoader)
instead.static void
restorePlatformFactory()
Restores all JAXP factories to the ones contained in the JDK system classpath.
-
-
-
Method Detail
-
changeAll
@Deprecated public static void changeAll(ModuleIdentifier id, ModuleLoader loader)
Deprecated.UsechangeAll(String, ModuleLoader)
instead.Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.- Parameters:
id
- the id for the jaxp moduleloader
- the loader containing the jaxp module
-
changeAll
public static void changeAll(java.lang.String name, ModuleLoader loader)
Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.- Parameters:
name
- the name for the jaxp moduleloader
- the loader containing the jaxp module
-
restorePlatformFactory
public static void restorePlatformFactory()
Restores all JAXP factories to the ones contained in the JDK system classpath.
-
-