Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

LocalVersionFactory

Stay organized with collections Save and categorize content based on your preferences.
com.google.appengine.tools.info

Class LocalVersionFactory

  • java.lang.Object
    • com.google.appengine.tools.info.LocalVersionFactory


  • public class LocalVersionFactory
    extends java.lang.Object
    LocalVersionFactory generates Version objects that represents the release information for the SDK that is currently running.
    • Constructor Summary

      Constructors 
      Constructor and Description
      LocalVersionFactory(java.util.Collection<java.io.File> apiJars) 
    • Constructor Detail

      • LocalVersionFactory

        public LocalVersionFactory(java.util.Collection<java.io.File> apiJars)
    • Method Detail

      • getVersion

        public Version getVersion()