Package io.vertigo.studio.notebook.file
Class FileInfoSketch
java.lang.Object
io.vertigo.studio.notebook.AbstractSketch
io.vertigo.studio.notebook.file.FileInfoSketch
- All Implemented Interfaces:
Sketch
Définition d'un FileInfo.
La définition n'est pas serializable.
Elle doit être invariante (non mutable) dans le temps.
Par défaut elle est chargée au (re)démarrage du serveur.
- Author:
- npiedeloup, pchretien
-
Field Summary
FieldsFields inherited from interface io.vertigo.studio.notebook.Sketch
REGEX_SKETCH_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.vertigo.studio.notebook.AbstractSketch
getKey, getLocalName, toString
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
FileInfoSketch
Constructor.- Parameters:
name- Nom de la définitionstoreName- Nom du store de ces fichiers
-
-
Method Details
-
getStoreName
- Returns:
- Store d'accès aux FI.
-