com.sun.enterprise.admin.cli.schemadoc
Class Context
java.lang.Object
com.sun.enterprise.admin.cli.schemadoc.Context
public class Context
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Context
public Context(Map<String,ClassDef> classDefs,
File docDir,
Boolean showDeprecated,
Boolean showSubclasses,
String className)
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.