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
public final class FileInfoSketch extends AbstractSketch
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
Fields Modifier and Type Field Description static String
PREFIX
-
Fields inherited from interface io.vertigo.studio.notebook.Sketch
REGEX_SKETCH_NAME
-
-
Constructor Summary
Constructors Constructor Description FileInfoSketch(String name, String storeName)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStoreName()
-
Methods inherited from class io.vertigo.studio.notebook.AbstractSketch
getKey, getLocalName, toString
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStoreName
public String getStoreName()
- Returns:
- Store d'accès aux FI.
-
-