Java 8 has reached end of support
and will be
deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Java 8
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Java
8 applications will continue to run and receive traffic after their
deprecation date. We recommend that
you
migrate to the latest supported version of Java.
IModulesServiceFactoryProvider (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
- java.lang.Object
-
- <any>
-
- com.google.appengine.api.modules.IModulesServiceFactoryProvider
-
public final class IModulesServiceFactoryProvider
extends <any>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IModulesServiceFactoryProvider
public IModulesServiceFactoryProvider()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003e\u003ccode\u003eIModulesServiceFactoryProvider\u003c/code\u003e is a class in the \u003ccode\u003ecom.google.appengine.api.modules\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eThis class serves as a \u003ccode\u003eFactoryProvider\u003c/code\u003e for \u003ccode\u003eIModulesServiceFactory\u003c/code\u003e within Google App Engine.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003e<any>\u003c/code\u003e and is a final class, meaning it cannot be subclassed.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a constructor \u003ccode\u003eIModulesServiceFactoryProvider()\u003c/code\u003e for instantiation.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits multiple methods from the \u003ccode\u003ejava.lang.Object\u003c/code\u003e class such as \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003egetClass\u003c/code\u003e, and \u003ccode\u003etoString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# IModulesServiceFactoryProvider (Google App Engine API for Java)\n\ncom.google.appengine.api.modules\n\nClass IModulesServiceFactoryProvider\n------------------------------------\n\n- java.lang.Object\n-\n - \\\u003cany\\\u003e\n -\n - com.google.appengine.api.modules.IModulesServiceFactoryProvider\n\n-\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n public final class IModulesServiceFactoryProvider\n extends \u003cany\u003e\n ``` \nGoogle App Engine's `FactoryProvider` for [`IModulesServiceFactory`](../../../../../com/google/appengine/api/modules/IModulesServiceFactory.html \"interface in com.google.appengine.api.modules\"). \n-\n -\n\n ### Constructor Summary\n\n \u003c!-- --\u003e\n\n -\n\n ### Method Summary\n\n -\n\n ### Methods inherited from class java.lang.Object\n\n`equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait` \n-\n -\n\n ### Constructor Detail\n\n\n -\n\n #### IModulesServiceFactoryProvider\n\n ```\n public IModulesServiceFactoryProvider()\n ```"]]