ApiVersionFinder

com.google.appengine.tools.util

Class ApiVersionFinder

  • java.lang.Object
    • com.google.appengine.tools.util.ApiVersionFinder


  • public class ApiVersionFinder
    extends java.lang.Object
    ApiVersionFinder extracts the Specification-Version from the Jar manifest of the specified jar file.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ApiVersionFinder() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String findApiVersion(java.io.File inputJar) 
      java.lang.String findApiVersion(java.lang.String fileName) 
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApiVersionFinder

        public ApiVersionFinder()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • findApiVersion

        public java.lang.String findApiVersion(java.lang.String fileName)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • findApiVersion

        public java.lang.String findApiVersion(java.io.File inputJar)
                                        throws java.io.IOException
        Throws:
        java.io.IOException