com.google.appengine.tools.info
Class LocalVersionFactory

java.lang.Object
  extended by 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
LocalVersionFactory(java.util.Collection<java.io.File> apiJars)
           
 
Method Summary
 Version getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalVersionFactory

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

getVersion

public Version getVersion()