Package jrpc.util
Class ReflectionManager
- java.lang.Object
-
- jrpc.util.ReflectionManager
-
public class ReflectionManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<Command,IRPCCommand>
getCommandWithAnnotation()
java.util.Map<java.lang.String,IRPCCommand>
getCustomCommandWithAnnotation()
static ReflectionManager
getInstance()
-
-
-
Method Detail
-
getInstance
public static ReflectionManager getInstance()
-
getCustomCommandWithAnnotation
public java.util.Map<java.lang.String,IRPCCommand> getCustomCommandWithAnnotation()
-
getCommandWithAnnotation
public java.util.Map<Command,IRPCCommand> getCommandWithAnnotation()
-
-