|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--graphics.ConfigurationFile
Constructor Summary | |
ConfigurationFile()
Definition des constructeurs |
|
ConfigurationFile(java.lang.String fileName)
|
Method Summary | |
void |
get(GestionTest gestionTest,
java.io.FileWriter file,
ServerInfo serverInfo,
ClientInfo clientInfo,
ExperimentInfo experimentInfo)
Get parameters from the GUI and put it in ObjectOutputStream. |
java.lang.String |
getIPAddress()
|
MachinesList |
getMachinesList()
|
java.lang.String |
getResultDirectory()
|
java.lang.String |
getResultFileSuffix()
|
java.lang.String |
getScenarioFileName()
|
static void |
main(java.lang.String[] args)
Methode: Main pour tester la classe ConfigurationFile |
void |
readFile(java.io.BufferedReader in)
|
void |
readFile(java.io.FileReader fr)
|
void |
readFile(java.lang.String fileName)
|
void |
restore(ServerInfo serverInfo,
ClientInfo clientInfo,
ExperimentInfo experimentInfo)
Restore les informations de l'interface graphique à partir d'un ObjectInputStream. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigurationFile()
public ConfigurationFile(java.lang.String fileName) throws java.io.IOException
Method Detail |
public void get(GestionTest gestionTest, java.io.FileWriter file, ServerInfo serverInfo, ClientInfo clientInfo, ExperimentInfo experimentInfo)
serverInfo
- Object où se trouve les données concernant le serveur et le web-robot.public void restore(ServerInfo serverInfo, ClientInfo clientInfo, ExperimentInfo experimentInfo)
serverInfo
- Objet où va être stocké les données concernant le serveurclientInfo
- où va être stocké les données concernant le client et les caracteristiques techniques du testexperimentInfo
- Objet où va être stocké données concernant les machines clientes impliquees et les noms de fichierspublic void readFile(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public void readFile(java.io.FileReader fr) throws java.io.IOException
java.io.IOException
public void readFile(java.io.BufferedReader in) throws java.io.IOException
java.io.IOException
public java.lang.String getIPAddress()
public java.lang.String getScenarioFileName()
public MachinesList getMachinesList()
public java.lang.String getResultFileSuffix()
public java.lang.String getResultDirectory()
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |