org.jets3t.samples
Class GSCodeSamples

java.lang.Object
  extended by org.jets3t.samples.GSCodeSamples

public class GSCodeSamples
extends Object

This class includes all the code samples as listed in the Google Storage Developer's Guide.

This code is provided as a convenience for those who are reading through the guide and don't want to type out the examples themselves.

Author:
Google Developers

Constructor Summary
GSCodeSamples()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSCodeSamples

public GSCodeSamples()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception