public class SensitivityExportStorage extends ExportStorage
SensitivityExport
(appartenant au module exports).
Created: 18 août 2005 15:07:36 CESTCodeSourceStorage.Location
Modifier and Type | Field and Description |
---|---|
static String |
SENSITIVITY_EXPORT_PATH |
static String |
SENSITIVITY_EXPORT_TEMPLATE
Template freemarker pour les scripts d'export .
|
protected static Map<String,SensitivityExportStorage> |
sensitivityExportsCache
Instance cache.
|
protected static Set<StorageChangeListener> |
storageListeners |
EXPORT_PATH, EXPORT_TEMPLATE
PARAM_PREFIX
content, lastContentLength, lastContentUpdate, name
file, root
Modifier | Constructor and Description |
---|---|
protected |
SensitivityExportStorage(File rootSrc,
File directory,
String name)
Constructeur.
|
Modifier and Type | Method and Description |
---|---|
static void |
addStorageListener(StorageChangeListener storageListener) |
static void |
checkout() |
static SensitivityExportStorage |
createSensitivityExport(String name,
CodeSourceStorage.Location location)
Create new sensitivity export.
|
static File |
getCommunitySensitivityExportDirectory()
Get community VCS sensitivity export directory.
|
String |
getPackage()
Get package name where script should be declared.
|
static SensitivityExportStorage |
getSensitivityExport(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour l'export demandé.
|
static File |
getSensitivityExportDirectory()
Get context (official VCS) sensitivity export directory.
|
static List<String> |
getSensitivityExportNames()
Retourne la liste des noms de toutes les régions disponible en local.
|
static void |
registerWatcher() |
createExport, getCommunityExportDirectory, getDescription, getExport, getExportDirectory, getExportNames
compile, doJavadoc, getCodeClass, getFieldDoc, getFQN, getName, getNewInstance, getParamAsString, getParameterDoc, getParameterNames, getParameterNames, getParameterType, getParameterValue, setParameterValue
exists, getContent, getFiles, getName, nonEmptyLocation, prepare, reload, setContent, setContent
add, checkout, commit, delete, diff, getCommunityDatabaseDirectory, getCommunityVCS, getContextDatabaseDirectory, getCurrentVCS, getCurrentVCS, getFile, getFiles, getRemoteStorageNames, getRoot, getStorageNames, getVCS, isOnRemote, isUpToDate, isVersionnableFile, registerWatcher, update
public static final String SENSITIVITY_EXPORT_PATH
public static final String SENSITIVITY_EXPORT_TEMPLATE
protected static Map<String,SensitivityExportStorage> sensitivityExportsCache
protected static Set<StorageChangeListener> storageListeners
public static void addStorageListener(StorageChangeListener storageListener)
public static void registerWatcher()
public String getPackage()
JavaSourceStorage
getPackage
in class ExportStorage
public static File getSensitivityExportDirectory()
public static File getCommunitySensitivityExportDirectory()
public static SensitivityExportStorage getSensitivityExport(String name, CodeSourceStorage.Location... location)
name
- le nom de la export souhaitéelocation
- location to open storage filepublic static SensitivityExportStorage createSensitivityExport(String name, CodeSourceStorage.Location location)
name
- new sensitivity export to createlocation
- location to sensitivity export storage filepublic static List<String> getSensitivityExportNames()
public static void checkout() throws VCSException
VCSException
Copyright © 1999–2020 CodeLutin. All rights reserved.