|
SoftNet-Consult Java Utility Library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassVersionInfo | |
|---|---|
| com.softnetConsult.utils.reflect | This package contains commonly used utilities for reflection and class binary processing as well as an executable tool for determining version information of Java class binaries from the command line. |
| com.softnetConsult.utils.sys | This package contains commonly used system and JVM related utilities. |
| Uses of ClassVersionInfo in com.softnetConsult.utils.reflect |
|---|
| Methods in com.softnetConsult.utils.reflect that return ClassVersionInfo | |
|---|---|
static ClassVersionInfo |
ClassTools.getClassVersionInfo(java.io.InputStream classdata)
Parses the version information from a a Java class binary. |
| Methods in com.softnetConsult.utils.reflect with parameters of type ClassVersionInfo | |
|---|---|
private static void |
ClassFileVersionTool.printInfo(java.lang.String name,
ClassVersionInfo info,
ScreenFileLogger out)
Prints version info for a class binary in a nice looing way. |
| Uses of ClassVersionInfo in com.softnetConsult.utils.sys |
|---|
| Methods in com.softnetConsult.utils.sys that return ClassVersionInfo | |
|---|---|
static ClassVersionInfo |
SystemTools.getClassVersionInfo(java.io.File classfile)
Gets the class version info of the specified Java class file. |
static ClassVersionInfo |
SystemTools.getClassVersionInfo(java.lang.String classfile)
Gets the class version info of the specified Java class file. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||