com.sun.enterprise.admin.cli.schemadoc
Class Context

java.lang.Object
  extended by com.sun.enterprise.admin.cli.schemadoc.Context

public class Context
extends Object


Constructor Summary
Context(Map<String,ClassDef> classDefs, File docDir, Boolean showDeprecated, Boolean showSubclasses, String className)
           
 
Method Summary
 Map<String,ClassDef> getClassDefs()
           
 File getDocDir()
           
 String getRootClassName()
           
 Boolean getShowDeprecated()
           
 Boolean getShowSubclasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(Map<String,ClassDef> classDefs,
               File docDir,
               Boolean showDeprecated,
               Boolean showSubclasses,
               String className)
Method Detail

getClassDefs

public Map<String,ClassDef> getClassDefs()

getDocDir

public File getDocDir()

getShowDeprecated

public Boolean getShowDeprecated()

getShowSubclasses

public Boolean getShowSubclasses()

getRootClassName

public String getRootClassName()


Copyright © 2012. All Rights Reserved.