Serializablepublic class RobotSpecification extends Object implements Serializable
RobocodeEngine.getLocalRepository().| Modifier and Type | Method | Description |
|---|---|---|
String |
getAuthorName() |
Returns the name of the author of this robot or team.
|
String |
getClassName() |
Returns the full class name of this robot or team.
|
String |
getDescription() |
Returns the description provided by the author of this robot or team.
|
File |
getJarFile() |
Returns the JAR file containing this robot or team, or
null if it
does not come from a JAR file (could be class files instead). |
String |
getName() |
Returns the name of this robot or team.
|
String |
getNameAndVersion() |
Returns the name and version of this robot or team.
|
String |
getRobocodeVersion() |
Returns the version of Robocode this robot or team was build with.
|
String |
getTeamId() |
Returns id of the team in current battle.
|
String |
getVersion() |
Returns the version of this robot or team.
|
String |
getWebpage() |
Returns the link to the web page for this robot or team.
|
public String getName()
getVersion(),
getNameAndVersion()public String getVersion()
getName(),
getNameAndVersion()public String getNameAndVersion()
getName(),
getVersion()public String getClassName()
public File getJarFile()
null if it
does not come from a JAR file (could be class files instead).null if it
does not come from a JAR file (could be class files instead).public String getDescription()
public String getRobocodeVersion()
public String getWebpage()
public String getAuthorName()
public String getTeamId()
Copyright © 2018. All rights reserved.