|
||||||||||
| 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.ExportStorage
public class ExportStorage
Gestion des fichers VCS de type Export
(appartenant au module exports).
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 |
EXPORT_PATH
|
static String |
EXPORT_TEMPLATE
Template freemarker pour les scripts d'export . |
| 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 |
ExportStorage(File rootSrc,
File directory,
String name)
Constructeur. |
| Method Summary | |
|---|---|
static void |
checkout()
|
static ExportStorage |
createExport(String name,
CodeSourceStorage.Location location)
Create new export. |
static File |
getCommunityExportDirectory()
Get community VCS export directory. |
String |
getDescription()
Be ware this method require to instanciate a Export, so it would be better to call as often as possible. |
static ExportStorage |
getExport(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour l'export demandée |
static File |
getExportDirectory()
Get context (official VCS) export directory. |
static List<String> |
getExportNames()
Retourne la liste des noms de toutes les régions disponible en local |
Export |
getNewExportInstance()
Retourne une nouvelle instance de la regle. |
| Methods inherited from class fr.ifremer.isisfish.datastore.JavaSourceStorage |
|---|
compile, doJavadoc, getCodeClass, 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 EXPORT_PATH
public static final String EXPORT_TEMPLATE
| Constructor Detail |
|---|
protected ExportStorage(File rootSrc,
File directory,
String name)
rootSrc - le repertoire root de stockage des exportsdirectory - le repertoire de l'exportname - le nom de l'export| Method Detail |
|---|
public static File getExportDirectory()
public static File getCommunityExportDirectory()
public Export getNewExportInstance()
throws IsisFishException
IsisFishException
public static ExportStorage getExport(String name,
CodeSourceStorage.Location... location)
name - le nom de l'export souhaitéelocation - location to open storage file
public static ExportStorage createExport(String name,
CodeSourceStorage.Location location)
name - new export to createlocation - location to create storage file
public static List<String> getExportNames()
public static void checkout()
throws VCSException
VCSExceptionpublic String getDescription()
getDescription in interface DocablegetDescription in class JavaSourceStorageDoc,
Docable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||