- addAccount(String, String, String) - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
Add a single account (admin feature).
- addClarificationListener(IClarificationEventListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Add a Clarification Event listener to contest.
- addConnectionListener(IConnectionEventListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Add a Connection Event listener to the contest.
- addContestConfigurationUpdateListener(IConfigurationUpdateListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Add a Contest Configuration Update listener to the contest.
- addLanguage(String) - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
Add a language.
- addLanguage(String, String, String, boolean, String) - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
Add a language to the contest.
- addProblem(String, String, File, File, boolean, Properties) - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
Add a Problem definition.
- addRunListener(IRunEventListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Add a Run Event listener to the contest.
- APIConstants - Class in edu.csus.ecs.pc2.api
-
Constants used in the API.
- attachToContest() - Method in class edu.csus.ecs.pc2.api.ContestTestFrame
-