|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.datastore.VersionStorage
fr.ifremer.isisfish.datastore.CodeSourceStorage
fr.ifremer.isisfish.datastore.JavaSourceStorage
fr.ifremer.isisfish.datastore.SimulatorStorage
public class SimulatorStorage
Gestion des fichers CVS de type Simulator (appartenant au module Simulator).
Created: 18 août 2005 15:07:36 CEST
| Field Summary | |
|---|---|
static String |
SIMULATOR_PATH
|
static String |
SIMULATOR_TEMPLATE
Template freemarker pour les scripts. |
| Fields inherited from class fr.ifremer.isisfish.datastore.JavaSourceStorage |
|---|
PARAM_PREFIX |
| Fields inherited from class fr.ifremer.isisfish.datastore.CodeSourceStorage |
|---|
content, lastContentLength, lastContentUpdate, name |
| Fields inherited from class fr.ifremer.isisfish.datastore.VersionStorage |
|---|
changeListeners, file, root |
| Constructor Summary | |
|---|---|
protected |
SimulatorStorage(File rootSrc,
File directory,
String name)
Constructeur. |
| Method Summary | |
|---|---|
static void |
checkout()
|
static List<String> |
getNewRemoteSimulatorNames()
Retourne la liste des noms de toutes les régions disponible sur le serveur CVS qui ne sont pas encore en local |
Simulator |
getNewSimulatorInstance()
Retourne une nouvelle instance du simulateur. |
static List<String> |
getNewSimulatorNames()
Retourne la liste des noms de toutes les régions disponible en local qui ne sont pas encore sur le serveur CVS |
static List<String> |
getRemoteSimulatorNames()
Retourne la liste des noms de toutes les régions disponible sur le serveur CVS |
static SimulatorStorage |
getSimulator(String name)
Retourne le storage pour le simulateur demandée. |
static File |
getSimulatorDirectory()
|
static List<String> |
getSimulatorNames()
Retourne la liste des noms de toutes les régions disponible en local |
| Methods inherited from class fr.ifremer.isisfish.datastore.JavaSourceStorage |
|---|
compile, doJavadoc, getCodeClass, getFQN, getName, getNewInstance, getParameterDoc |
| Methods inherited from class fr.ifremer.isisfish.datastore.CodeSourceStorage |
|---|
diff, exists, getContent, getFiles, getName, prepare, reload, setContent |
| Methods inherited from class fr.ifremer.isisfish.datastore.VersionStorage |
|---|
add, addStorageChangeListener, checkout, commit, delete, fireDataChanged, getContextDatabaseCacheKey, getContextDatabaseDirectory, getFile, getFiles, getRemoteStorageNames, getRoot, getStorageNames, getVCS, isOnRemote, isUpToDate, isVersionnableFile, removeStorageChangeListener, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SIMULATOR_PATH
public static final String SIMULATOR_TEMPLATE
| Constructor Detail |
|---|
protected SimulatorStorage(File rootSrc,
File directory,
String name)
rootSrc - | Method Detail |
|---|
public static File getSimulatorDirectory()
public Simulator getNewSimulatorInstance()
throws IsisFishException
IsisFishExceptionpublic static SimulatorStorage getSimulator(String name)
SimulatorStorage is cached by name.
name - le nom de la regle souhaitée
public static void checkout()
throws VCSException
VCSExceptionpublic static List<String> getSimulatorNames()
public static List<String> getNewSimulatorNames()
public static List<String> getRemoteSimulatorNames()
public static List<String> getNewRemoteSimulatorNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||