|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrobocode.control.RobotSpecification
public class RobotSpecification
Defines a robot.
This class is returned from RobocodeEngine.getLocalRepository()
Method Summary | |
---|---|
java.lang.String |
getAuthorName()
Gets the name of this robot's author |
java.lang.String |
getClassName()
Gets the className of this robot |
java.lang.String |
getDescription()
Gets the description of this robot |
java.io.File |
getJarFile()
Gets the jar file containing this robot. |
java.lang.String |
getRobocodeVersion()
Gets the version of Robocode this robot was designed for |
java.lang.String |
getVersion()
Gets the version of this robot. |
java.lang.String |
getWebpage()
Gets this robot's webpage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String getVersion()
public java.io.File getJarFile()
public java.lang.String getDescription()
public java.lang.String getRobocodeVersion()
public java.lang.String getWebpage()
public java.lang.String getAuthorName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |