|
iDevelopment.info | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--JavadocClassExample
Used to test the functionality of javadoc on a
single class file.
This class also implements many of the conventions used in
the "Java Coding and Documenting Conventions" guide within
the DBA Documentation Library.
For more information on the different features of Javadoc, visit Javadoc Tool Home Page
| Field Summary | |
static int |
numberOfInstances
Represents the number of instances of this class. |
| Constructor Summary | |
JavadocClassExample()
Noarg constructor will simply pass a new Date object to the Date constructor. |
|
JavadocClassExample(java.util.Date d)
Constructor used to create this object. |
|
| Method Summary | |
java.util.Date |
getDate()
Returns the Date/Time this object was created. |
static void |
main(java.lang.String[] args)
Sole entry point to the class and application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static int numberOfInstances
| Constructor Detail |
public JavadocClassExample(java.util.Date d)
d - A Date object that is used to set the Date/Time this object was created.numberOfInstancespublic JavadocClassExample()
JavadocClassExample(Date)| Method Detail |
public java.util.Date getDate()
Date object that indicates when the instance was created.JavadocClassExample()
public static void main(java.lang.String[] args)
throws java.lang.InterruptedException
args - Array of String arguments.
java.lang.InterruptedException - Thrown from the Thread class.
|
iDevelopment.info | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||