Package it.ernytech.tdbot
Class ConstructorDetector
- java.lang.Object
-
- it.ernytech.tdbot.ConstructorDetector
-
public class ConstructorDetector extends java.lang.Object
Identify the class by using the Constructor.
-
-
Constructor Summary
Constructors Constructor Description ConstructorDetector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class
getClass(int CONSTRUCTOR)
Identify the class.static void
init()
Initialize the ConstructorDetector, it is called from the Init class.
-