class
| Synopsis | ||
| class | <className> | print details of a class |
|
Details | ||
| The class command allows you to print some details of any class on the shell's current classpath. The <className> argument should be a fully qualified Java class name. Running class will cause the named class to be loaded if this hasn't already happened. | ||