public class ClassInfo extends Object implements Comparable<ClassInfo>
Constructor and Description |
---|
ClassInfo(String className,
String typeName,
String javaDoc,
String javaDocFirstSentence,
String[] paths) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ClassInfo other) |
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getJavaDoc() |
String |
getJavaDocFirstSentence() |
String[] |
getPaths() |
String |
getTypeName() |
int |
hashCode() |
public String getClassName()
public String getTypeName()
public String getJavaDoc()
public String getJavaDocFirstSentence()
public String[] getPaths()
public int compareTo(ClassInfo other)
compareTo
in interface Comparable<ClassInfo>
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.