com.google.doclava
Class Stubs

java.lang.Object
  extended by com.google.doclava.Stubs

public class Stubs
extends Object


Constructor Summary
Stubs()
           
 
Method Summary
static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why)
           
static void writeStubsAndXml(String stubsDir, File xmlFile, HashSet<String> stubPackages)
           
static void writeStubsAndXml(String stubsDir, PrintStream xmlWriter, Set<ClassInfo> classes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stubs

public Stubs()
Method Detail

writeStubsAndXml

public static void writeStubsAndXml(String stubsDir,
                                    File xmlFile,
                                    HashSet<String> stubPackages)

writeStubsAndXml

public static void writeStubsAndXml(String stubsDir,
                                    PrintStream xmlWriter,
                                    Set<ClassInfo> classes)

cantStripThis

public static void cantStripThis(ClassInfo cl,
                                 HashSet<ClassInfo> notStrippable,
                                 String why)


Copyright © 2010-2013 Google. All Rights Reserved.