Package org.vrspace.server.dto
Class Describe
java.lang.Object
org.vrspace.server.dto.Describe
- All Implemented Interfaces:
Command
Describe Command used without argument lists all available classes. With
className argument, it lists all properties of a class.
- Author:
- joe
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
execute
(WorldManager world, Client client) int
hashCode()
void
setClassName
(String className) toString()
-
Constructor Details
-
Describe
public Describe()
-
-
Method Details