public class SimulatorStorage extends JavaSourceStorage
Simulator (appartenant au module Simulator).
Created: 18 août 2005 15:07:36 CESTCodeSourceStorage.Location| Modifier and Type | Field and Description |
|---|---|
static String |
SIMULATOR_PATH |
static String |
SIMULATOR_TEMPLATE
Template freemarker pour les scripts.
|
protected static Map<String,SimulatorStorage> |
simulatorsCache
Simulators cache.
|
PARAM_PREFIXcontent, lastContentLength, lastContentUpdate, namechangeListeners, file, root| Modifier | Constructor and Description |
|---|---|
protected |
SimulatorStorage(File rootSrc,
File directory,
String name)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
String |
getPackage()
Get package name where script should be declared.
|
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
|
compile, doJavadoc, getCodeClass, getDescription, getFieldDoc, getFieldDoc, getFQN, getName, getNewInstance, getParamAsString, getParameterDoc, getParameterNames, getParameterNames, getParameterType, getParameterValue, setParameterValueexists, getContent, getFiles, getName, nonEmptyLocation, prepare, reload, setContent, setContentadd, addStorageChangeListener, checkout, commit, delete, diff, fireDataChanged, getCommunityDatabaseDirectory, getCommunityVCS, getContextDatabaseDirectory, getCurrentVCS, getCurrentVCS, getFile, getFiles, getRemoteStorageNames, getRoot, getStorageNames, getVCS, isOnRemote, isUpToDate, isVersionnableFile, removeStorageChangeListener, updatepublic static final String SIMULATOR_PATH
public static final String SIMULATOR_TEMPLATE
protected static Map<String,SimulatorStorage> simulatorsCache
public String getPackage()
JavaSourceStoragegetPackage in class JavaSourceStoragepublic static File getSimulatorDirectory()
public static File getCommunitySimulatorDirectory()
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 filepublic static SimulatorStorage createSimulator(String name, CodeSourceStorage.Location location)
name - new simulation plan to createlocation - location to simulation plan storage filepublic static void checkout()
throws VCSException
VCSExceptionpublic static List<String> getSimulatorNames()
public static List<String> getNewSimulatorNames()
public static List<String> getRemoteSimulatorNames()
Copyright © 1999–2015 CodeLutin. All rights reserved.