|
||||||||||
| 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
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class fr.ifremer.isisfish.datastore.CodeSourceStorage |
|---|
CodeSourceStorage.Location |
| 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 SimulatorStorage |
createSimulator(String name,
CodeSourceStorage.Location location)
Create new simulation plan. |
static File |
getCommunitySimulatorDirectory()
Get community VCS simulator directory. |
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,
CodeSourceStorage.Location... location)
Retourne le storage pour le simulateur demandée. |
static File |
getSimulatorDirectory()
Get context (official VCS) simulator directory. |
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, getDescription, getFieldDoc, getFieldDoc, getFQN, getName, getNewInstance, getParamAsString, getParameterDoc, getParameterNames, getParameterNames, getParameterType, getParameterValue, setParameterValue |
| Methods inherited from class fr.ifremer.isisfish.datastore.CodeSourceStorage |
|---|
exists, getContent, getFiles, getName, nonEmptyLocation, prepare, reload, setContent, setContent |
| Methods inherited from class fr.ifremer.isisfish.datastore.VersionStorage |
|---|
add, addStorageChangeListener, checkout, commit, delete, diff, fireDataChanged, getCommunityDatabaseDirectory, getCommunityVCS, getContextDatabaseDirectory, getCurrentVCS, getCurrentVCS, 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 static File getCommunitySimulatorDirectory()
public Simulator getNewSimulatorInstance()
throws IsisFishException
IsisFishException
public static SimulatorStorage getSimulator(String name,
CodeSourceStorage.Location... location)
SimulatorStorage is cached by name.
name - le nom de la regle souhaitéelocation - location to open storage file
public static SimulatorStorage createSimulator(String name,
CodeSourceStorage.Location location)
name - new simulation plan to createlocation - location to simulation plan storage file
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 | |||||||||