A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRule<R,M> - Class in io.vertigo.commons.peg
-
Une règle peut être vue comme - la création d'une règle principale - la gestion du résultat du parsing
- AbstractRule(PegRule<M>) - Constructor for class io.vertigo.commons.peg.AbstractRule
- AbstractRule(PegRule<M>, String) - Constructor for class io.vertigo.commons.peg.AbstractRule
- ACCEPT - io.vertigo.commons.peg.PegWordRule.Mode
-
N'accepte que les caractères passés en paramètre.
- addAfterCompletion(VTransactionAfterCompletionFunction) - Method in interface io.vertigo.commons.transaction.VTransaction
-
Adds function that is executed after transaction commit or rollback.
- addBeforeCommit(Runnable) - Method in interface io.vertigo.commons.transaction.VTransaction
-
Adds function that is executed just before transaction commit.
- addResource(VTransactionResourceId<R>, R) - Method in interface io.vertigo.commons.transaction.VTransaction
-
Ajoute une ressource à la transaction en précisant son ordre au sein de la transaction.
- AES - io.vertigo.commons.impl.codec.crypto.CryptoCodec.Crypto
-
AES (256bits inacessible sans security policies :http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html)
- afterCompletion(boolean) - Method in interface io.vertigo.commons.transaction.VTransactionAfterCompletionFunction
-
This method is invoked after the transaction has committed or rolled back.
- AppManager - Interface in io.vertigo.commons.app
-
Node Manager.
- AppManagerImpl - Class in io.vertigo.commons.impl.app
-
Implementation of the NodeManager.
- AppManagerImpl(Optional<AppNodeRegistryPlugin>, List<AppNodeInfosPlugin>) - Constructor for class io.vertigo.commons.impl.app.AppManagerImpl
- AppManagerImpl.NodeStatus - Enum in io.vertigo.commons.impl.app
- AppNode - Class in io.vertigo.commons.app
-
A Node in a vertigo node.
- AppNode(String, String, String, Instant, Instant, Optional<String>, List<String>) - Constructor for class io.vertigo.commons.app.AppNode
-
Constructor.
- AppNodeInfosPlugin - Interface in io.vertigo.commons.impl.app
-
Plugin for retrieving infos about a node.
- AppNodeRegistryPlugin - Interface in io.vertigo.commons.impl.app
-
Plugin for storing and querying the node topology of an App.
B
- Base64Codec - Class in io.vertigo.commons.impl.codec.base64
-
Implémentation threadSafe des mécanismes standards d'encodage/décodage.
- Base64Codec() - Constructor for class io.vertigo.commons.impl.codec.base64.Base64Codec
- BEGIN_SEPARATOR_CLASSIC - Static variable in enum io.vertigo.commons.script.SeparatorType
-
Début d'une balise d'évaluation classique.
- build() - Method in class io.vertigo.commons.command.CommandResponseBuilder
- builder() - Static method in class io.vertigo.commons.command.CommandResponse
- buildFeatures() - Method in class io.vertigo.commons.CommonsFeatures
C
- choice(PegRule<?>...) - Static method in class io.vertigo.commons.peg.PegRules
- choice(List<PegRule<?>>) - Static method in class io.vertigo.commons.peg.PegRules
- CLASSIC - io.vertigo.commons.script.SeparatorType
-
Séparateur de type text.
- close() - Method in interface io.vertigo.commons.transaction.VTransactionWritable
- Codec<S,T> - Interface in io.vertigo.commons.codec
-
Utilitaire permettant de passer d'un format à un autre format
- CodecManager - Interface in io.vertigo.commons.codec
-
Gestion centralisée des mécanismes de codage/décodage.
- CodecManagerImpl - Class in io.vertigo.commons.impl.codec
-
Implémentation standard de CodecManager.
- CodecManagerImpl() - Constructor for class io.vertigo.commons.impl.codec.CodecManagerImpl
-
Constructor.
- Command - Annotation Type in io.vertigo.commons.command
-
Annotation for creating commands.
- CommandDefinition - Class in io.vertigo.commons.command.definitions
- CommandDefinition(String, String, List<String>, List<CommandParam>, Function<Object[], CommandResponse>) - Constructor for class io.vertigo.commons.command.definitions.CommandDefinition
- CommandManager - Interface in io.vertigo.commons.command
- CommandManagerImpl - Class in io.vertigo.commons.impl.command
- CommandManagerImpl() - Constructor for class io.vertigo.commons.impl.command.CommandManagerImpl
- CommandParam - Class in io.vertigo.commons.command.definitions
- CommandParam(Type) - Constructor for class io.vertigo.commons.command.definitions.CommandParam
- CommandResponse<P> - Class in io.vertigo.commons.command
- CommandResponseBuilder<P> - Class in io.vertigo.commons.command
- CommandResponseStatus - Enum in io.vertigo.commons.command
- commit() - Method in interface io.vertigo.commons.transaction.VTransactionResource
-
Commits the resource.
- commit() - Method in interface io.vertigo.commons.transaction.VTransactionWritable
-
Valide la transaction.
- CommonsFeatures - Class in io.vertigo.commons
-
Defines commons module.
- CommonsFeatures() - Constructor for class io.vertigo.commons.CommonsFeatures
-
Constructor.
- CompressedSerializationCodec - Class in io.vertigo.commons.impl.codec.compressedserialization
-
Implémentation standard ThreadSafe gérant les mécanismes permettant de sérialiser de façon compressée un objet en format binaire (byte[]).
- CompressedSerializationCodec(Codec<Serializable, byte[]>, Codec<byte[], byte[]>) - Constructor for class io.vertigo.commons.impl.codec.compressedserialization.CompressedSerializationCodec
-
Constructor.
- CompressionCodec - Class in io.vertigo.commons.impl.codec.compression
-
Implémentation standard ThreadSafe gérant les mécanismes permettant de compresser/décompresser un format binaire (byte[]) en un binaire.
- CompressionCodec() - Constructor for class io.vertigo.commons.impl.codec.compression.CompressionCodec
- createAutonomousTransaction() - Method in class io.vertigo.commons.impl.transaction.VTransactionManagerImpl
-
Crée une transaction autonome sous la transaction courante déjà démarrée.
- createAutonomousTransaction() - Method in interface io.vertigo.commons.transaction.VTransactionManager
-
Crée une transaction autonome sous la transaction courante déjà démarrée.
- createCurrentTransaction() - Method in class io.vertigo.commons.impl.transaction.VTransactionManagerImpl
-
Crée la transaction courante.
- createCurrentTransaction() - Method in interface io.vertigo.commons.transaction.VTransactionManager
-
Crée la transaction courante.
- CryptoCodec - Class in io.vertigo.commons.impl.codec.crypto
-
Implémentation du cryptage - Triple DES.
- CryptoCodec(CryptoCodec.Crypto) - Constructor for class io.vertigo.commons.impl.codec.crypto.CryptoCodec
-
Constructor.
- CryptoCodec.Crypto - Enum in io.vertigo.commons.impl.codec.crypto
-
Méthode de hashage autorisées.
- CsvEncoder - Class in io.vertigo.commons.impl.codec.csv
-
Codec des CSV.
- CsvEncoder() - Constructor for class io.vertigo.commons.impl.codec.csv.CsvEncoder
D
- DbAppNodeRegistryPlugin - Class in io.vertigo.commons.plugins.app.registry.db
-
Db implementation for multi node management
- DbAppNodeRegistryPlugin(String, String) - Constructor for class io.vertigo.commons.plugins.app.registry.db.DbAppNodeRegistryPlugin
-
Constructor
- decode(byte[]) - Method in class io.vertigo.commons.impl.codec.compressedserialization.CompressedSerializationCodec
-
Décodage.
- decode(byte[]) - Method in class io.vertigo.commons.impl.codec.compression.CompressionCodec
-
Décompression d'un objet.
- decode(byte[]) - Method in class io.vertigo.commons.impl.codec.crypto.CryptoCodec
-
Décryptage de données.
- decode(byte[]) - Method in class io.vertigo.commons.impl.codec.serialization.SerializationCodec
-
Décodage.
- decode(String) - Method in class io.vertigo.commons.impl.codec.base64.Base64Codec
-
Décodage.
- decode(String) - Method in class io.vertigo.commons.impl.codec.html.HtmlCodec
-
Décodage.
- decode(T) - Method in interface io.vertigo.commons.codec.Codec
-
Décodage.
- description() - Method in annotation type io.vertigo.commons.command.Command
- DOWN - io.vertigo.commons.impl.app.AppManagerImpl.NodeStatus
E
- encode(byte[]) - Method in class io.vertigo.commons.impl.codec.base64.Base64Codec
-
Encodage.
- encode(byte[]) - Method in class io.vertigo.commons.impl.codec.compression.CompressionCodec
-
Compression d'un objet.
- encode(byte[]) - Method in class io.vertigo.commons.impl.codec.crypto.CryptoCodec
-
Encryptage de données.
- encode(byte[]) - Method in class io.vertigo.commons.impl.codec.hash.HashEncoder
-
Encodage.
- encode(byte[]) - Method in class io.vertigo.commons.impl.codec.hex.HexEncoder
-
Encodage.
- encode(Serializable) - Method in class io.vertigo.commons.impl.codec.compressedserialization.CompressedSerializationCodec
-
Encodage.
- encode(Serializable) - Method in class io.vertigo.commons.impl.codec.serialization.SerializationCodec
-
Encodage.
- encode(String) - Method in class io.vertigo.commons.impl.codec.csv.CsvEncoder
-
Encodage.
- encode(String) - Method in class io.vertigo.commons.impl.codec.html.HtmlCodec
-
Encodage.
- encode(S) - Method in interface io.vertigo.commons.codec.Encoder
-
Encodage.
- Encoder<S,T> - Interface in io.vertigo.commons.codec
-
Utilitaire permettant de passer d'un format à un autre format
- END_SEPARATOR_CLASSIC - Static variable in enum io.vertigo.commons.script.SeparatorType
-
Fin d'une balise d'évaluation classique.
- equals(Object) - Method in class io.vertigo.commons.command.GenericUID
- equals(Object) - Method in class io.vertigo.commons.transaction.VTransactionResourceId
- evaluate(String, List<ExpressionParameter>, Class<J>) - Method in interface io.vertigo.commons.impl.script.ExpressionEvaluatorPlugin
-
Evaluation d'une expression.
- evaluate(String, List<ExpressionParameter>, Class<J>) - Method in class io.vertigo.commons.plugins.script.janino.JaninoExpressionEvaluatorPlugin
-
Evaluation d'une expression.
- evaluateExpression(String, List<ExpressionParameter>, Class<J>) - Method in class io.vertigo.commons.impl.script.ScriptManagerImpl
-
Evaluates an expression.
- evaluateExpression(String, List<ExpressionParameter>, Class<J>) - Method in interface io.vertigo.commons.script.ScriptManager
-
Evaluates an expression.
- evaluateScript(String, SeparatorType, List<ExpressionParameter>) - Method in class io.vertigo.commons.impl.script.ScriptManagerImpl
-
Evaluates the script, transforms a script into a text.
- evaluateScript(String, SeparatorType, List<ExpressionParameter>) - Method in interface io.vertigo.commons.script.ScriptManager
-
Evaluates the script, transforms a script into a text.
- Event - Interface in io.vertigo.commons.eventbus
-
An event is the message that is communicated from the publisher to the suscribers.
- EventBusManager - Interface in io.vertigo.commons.eventbus
-
Inter-components events manager.
- EventBusManagerImpl - Class in io.vertigo.commons.impl.eventbus
- EventBusManagerImpl() - Constructor for class io.vertigo.commons.impl.eventbus.EventBusManagerImpl
-
Constructor.
- EventBusSubscribed - Annotation Type in io.vertigo.commons.eventbus
-
This annotation must be added on each method of a component.
- EventBusSubscriptionDefinition<E extends Event> - Class in io.vertigo.commons.eventbus.definitions
-
This defintion defines a subscripter in the eventbus pattern.
- EventBusSubscriptionDefinition(String, Class<E>, Consumer<E>) - Constructor for class io.vertigo.commons.eventbus.definitions.EventBusSubscriptionDefinition
-
Constructor
- executeCommand(String, String...) - Method in interface io.vertigo.commons.command.CommandManager
- executeCommand(String, String...) - Method in class io.vertigo.commons.impl.command.CommandManagerImpl
- ExpressionEvaluatorPlugin - Interface in io.vertigo.commons.impl.script
-
Evaluation d'une expression.
- ExpressionParameter - Class in io.vertigo.commons.script
-
Paramètre.
F
- find(String) - Method in interface io.vertigo.commons.app.AppManager
-
Find a node by an id
- find(String) - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- find(String) - Method in interface io.vertigo.commons.impl.app.AppNodeRegistryPlugin
-
Find a node in the topology with the given id
- find(String) - Method in class io.vertigo.commons.plugins.app.registry.db.DbAppNodeRegistryPlugin
- find(String) - Method in class io.vertigo.commons.plugins.app.registry.redis.RedisAppNodeRegistryPlugin
- find(String) - Method in class io.vertigo.commons.plugins.app.registry.single.SingleAppNodeRegistryPlugin
- findCommand(String) - Method in interface io.vertigo.commons.command.CommandManager
- findCommand(String) - Method in class io.vertigo.commons.impl.command.CommandManagerImpl
- found(String, String, int, int, String, PegRule<?>) - Static method in class io.vertigo.commons.peg.PegLogger
G
- GenericUID<O> - Class in io.vertigo.commons.command
-
Représente l'identifiant ABSOLU d'une ressource.
- getAction() - Method in class io.vertigo.commons.command.definitions.CommandDefinition
- getAES128Codec() - Method in interface io.vertigo.commons.codec.CodecManager
- getAES128Codec() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getAnnotationType() - Method in class io.vertigo.commons.impl.transaction.VTransactionAspect
- getAppName() - Method in class io.vertigo.commons.app.AppNode
-
The name of the app
- getBase64Codec() - Method in interface io.vertigo.commons.codec.CodecManager
-
Le codage base 64 proposé autorise l'utilisation dans les URL en restreignant certains caractères.
- getBase64Codec() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
-
Le codage base 64 proposé autorise l'utilisation dans les URL en restreignant certains caractères.
- getBeginSeparator() - Method in class io.vertigo.commons.script.parser.ScriptSeparator
- getBestUncompleteRule() - Method in class io.vertigo.commons.peg.PegResult
- getChoiceIndex() - Method in class io.vertigo.commons.peg.PegChoice
- getCommand() - Method in class io.vertigo.commons.command.definitions.CommandDefinition
- getCompressedSerializationCodec() - Method in interface io.vertigo.commons.codec.CodecManager
- getCompressedSerializationCodec() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getCompressionCodec() - Method in interface io.vertigo.commons.codec.CodecManager
- getCompressionCodec() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getConfig() - Method in interface io.vertigo.commons.app.AppManager
-
A consolidated view of the config of the app
- getConfig() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- getConfig(AppNode) - Method in interface io.vertigo.commons.impl.app.AppNodeInfosPlugin
- getConfig(AppNode) - Method in class io.vertigo.commons.plugins.app.infos.http.HttpAppNodeInfosPlugin
- getCsvEncoder() - Method in interface io.vertigo.commons.codec.CodecManager
- getCsvEncoder() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getCurrentNode() - Method in interface io.vertigo.commons.app.AppManager
-
Get the current node
- getCurrentNode() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- getCurrentTransaction() - Method in class io.vertigo.commons.impl.transaction.VTransactionManagerImpl
-
Récupère la transaction courante.
- getCurrentTransaction() - Method in interface io.vertigo.commons.transaction.VTransactionManager
-
Récupère la transaction courante.
- getDeadNodes() - Method in interface io.vertigo.commons.app.AppManager
-
List the dead nodes of the app
- getDeadNodes() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- getDescription() - Method in class io.vertigo.commons.command.definitions.CommandDefinition
- getDisplay() - Method in class io.vertigo.commons.command.CommandResponse
- getEndPoint() - Method in class io.vertigo.commons.app.AppNode
-
The optional endPoint of the node
- getEndSeparator() - Method in class io.vertigo.commons.script.parser.ScriptSeparator
- getEventType() - Method in class io.vertigo.commons.eventbus.definitions.EventBusSubscriptionDefinition
- getExpression() - Method in class io.vertigo.commons.peg.AbstractRule
- getExpression() - Method in interface io.vertigo.commons.peg.PegRule
- getExpression() - Method in class io.vertigo.commons.peg.PegWordRule
- getFullMessage() - Method in exception io.vertigo.commons.peg.PegNoMatchFoundException
- getHexEncoder() - Method in interface io.vertigo.commons.codec.CodecManager
- getHexEncoder() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getHtmlCodec() - Method in interface io.vertigo.commons.codec.CodecManager
- getHtmlCodec() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getId() - Method in class io.vertigo.commons.app.AppNode
-
The id of the node
- getId() - Method in class io.vertigo.commons.command.GenericUID
- getIndex() - Method in exception io.vertigo.commons.peg.PegNoMatchFoundException
- getIndex() - Method in class io.vertigo.commons.peg.PegResult
- getLastStatus() - Method in class io.vertigo.commons.app.AppNode
-
The last status of the node
- getLastTouch() - Method in class io.vertigo.commons.app.AppNode
-
The timestamp of the last touch of the node
- getListener() - Method in class io.vertigo.commons.eventbus.definitions.EventBusSubscriptionDefinition
-
Return the consumer of the event
- getMainRule() - Method in class io.vertigo.commons.peg.AbstractRule
- getMD5Encoder() - Method in interface io.vertigo.commons.codec.CodecManager
- getMD5Encoder() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getMessage() - Method in exception io.vertigo.commons.peg.PegNoMatchFoundException
- getName() - Method in class io.vertigo.commons.script.ExpressionParameter
- getParams() - Method in class io.vertigo.commons.command.definitions.CommandDefinition
- getPayload() - Method in class io.vertigo.commons.command.CommandResponse
- getPriority() - Method in class io.vertigo.commons.transaction.VTransactionResourceId
- getProtocol() - Method in class io.vertigo.commons.app.AppNode
-
The protocol of the endpoint (if specified)
- getProtocol() - Method in interface io.vertigo.commons.impl.app.AppNodeInfosPlugin
- getProtocol() - Method in class io.vertigo.commons.plugins.app.infos.http.HttpAppNodeInfosPlugin
- getQuestions() - Method in class io.vertigo.commons.command.definitions.CommandDefinition
- getResource(VTransactionResourceId<R>) - Method in interface io.vertigo.commons.transaction.VTransaction
- getRuleName() - Method in class io.vertigo.commons.peg.AbstractRule
- getSeparator() - Method in enum io.vertigo.commons.script.SeparatorType
- getSerializationCodec() - Method in interface io.vertigo.commons.codec.CodecManager
- getSerializationCodec() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getSha1Encoder() - Method in interface io.vertigo.commons.codec.CodecManager
- getSha1Encoder() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getSha256Encoder() - Method in interface io.vertigo.commons.codec.CodecManager
- getSha256Encoder() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getSkills() - Method in class io.vertigo.commons.app.AppNode
-
The skills of the node (for example editing)
- getStartDate() - Method in class io.vertigo.commons.app.AppNode
-
The start date of the node
- getStats() - Method in interface io.vertigo.commons.app.AppManager
-
A consolidated view of the stats of the app
- getStats() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- getStats(AppNode) - Method in interface io.vertigo.commons.impl.app.AppNodeInfosPlugin
- getStats(AppNode) - Method in class io.vertigo.commons.plugins.app.infos.http.HttpAppNodeInfosPlugin
- getStatus() - Method in interface io.vertigo.commons.app.AppManager
-
A consolidated view of the cluster (id+status)
- getStatus() - Method in class io.vertigo.commons.command.CommandResponse
- getStatus() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- getStatus(AppNode) - Method in interface io.vertigo.commons.impl.app.AppNodeInfosPlugin
- getStatus(AppNode) - Method in class io.vertigo.commons.plugins.app.infos.http.HttpAppNodeInfosPlugin
- getTargetUrl() - Method in class io.vertigo.commons.command.CommandResponse
- getTopology() - Method in interface io.vertigo.commons.app.AppManager
-
Get the whole topology of an app
- getTopology() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- getTopology() - Method in interface io.vertigo.commons.impl.app.AppNodeRegistryPlugin
-
Get the whole topology of the app
- getTopology() - Method in class io.vertigo.commons.plugins.app.registry.db.DbAppNodeRegistryPlugin
- getTopology() - Method in class io.vertigo.commons.plugins.app.registry.redis.RedisAppNodeRegistryPlugin
- getTopology() - Method in class io.vertigo.commons.plugins.app.registry.single.SingleAppNodeRegistryPlugin
- getTripleDESCodec() - Method in interface io.vertigo.commons.codec.CodecManager
- getTripleDESCodec() - Method in class io.vertigo.commons.impl.codec.CodecManagerImpl
- getType() - Method in class io.vertigo.commons.command.definitions.CommandParam
- getType() - Method in class io.vertigo.commons.command.GenericUID
- getType() - Method in class io.vertigo.commons.script.ExpressionParameter
- getValue() - Method in class io.vertigo.commons.peg.PegChoice
- getValue() - Method in class io.vertigo.commons.peg.PegResult
- getValue() - Method in class io.vertigo.commons.script.ExpressionParameter
H
- handle() - Method in annotation type io.vertigo.commons.command.Command
-
The handle to call the command.
- handle(M) - Method in class io.vertigo.commons.peg.AbstractRule
- hasCurrentTransaction() - Method in class io.vertigo.commons.impl.transaction.VTransactionManagerImpl
-
Indique si une transaction courante existe.
- hasCurrentTransaction() - Method in interface io.vertigo.commons.transaction.VTransactionManager
-
Indique si une transaction courante existe.
- hashCode() - Method in class io.vertigo.commons.command.GenericUID
- hashCode() - Method in class io.vertigo.commons.transaction.VTransactionResourceId
- HashEncoder - Class in io.vertigo.commons.impl.codec.hash
-
Implémentation des hachages.
- HashEncoder(HashEncoder.Hash) - Constructor for class io.vertigo.commons.impl.codec.hash.HashEncoder
-
Constructor.
- HashEncoder.Hash - Enum in io.vertigo.commons.impl.codec.hash
-
Méthode de hashage autorisées.
- HexEncoder - Class in io.vertigo.commons.impl.codec.hex
-
Implémentation threadSafe des mécanismes standards d'encodage/décodage.
- HexEncoder() - Constructor for class io.vertigo.commons.impl.codec.hex.HexEncoder
- HtmlCodec - Class in io.vertigo.commons.impl.codec.html
-
Codage pour encoder des chaines au format HTML.
- HtmlCodec() - Constructor for class io.vertigo.commons.impl.codec.html.HtmlCodec
-
Constructor.
- HttpAppNodeInfosPlugin - Class in io.vertigo.commons.plugins.app.infos.http
-
Plugin to retrieve infos of a node with the http protocol (Rest Webservices)
- HttpAppNodeInfosPlugin() - Constructor for class io.vertigo.commons.plugins.app.infos.http.HttpAppNodeInfosPlugin
I
- indexOfBeginCaracter(String, int) - Method in class io.vertigo.commons.script.parser.ScriptSeparator
-
Returns the next position of the begin separator.
- indexOfEndCaracter(String, int) - Method in class io.vertigo.commons.script.parser.ScriptSeparator
-
Returns the next position of the end separator.
- INSTANCE - Static variable in class io.vertigo.commons.peg.PegRule.Dummy
-
singleton.
- invoke(Object[], AspectMethodInvocation) - Method in class io.vertigo.commons.impl.transaction.VTransactionAspect
- io.vertigo.commons - package io.vertigo.commons
- io.vertigo.commons.app - package io.vertigo.commons.app
- io.vertigo.commons.codec - package io.vertigo.commons.codec
- io.vertigo.commons.command - package io.vertigo.commons.command
- io.vertigo.commons.command.definitions - package io.vertigo.commons.command.definitions
- io.vertigo.commons.eventbus - package io.vertigo.commons.eventbus
- io.vertigo.commons.eventbus.definitions - package io.vertigo.commons.eventbus.definitions
- io.vertigo.commons.impl.app - package io.vertigo.commons.impl.app
- io.vertigo.commons.impl.codec - package io.vertigo.commons.impl.codec
- io.vertigo.commons.impl.codec.base64 - package io.vertigo.commons.impl.codec.base64
- io.vertigo.commons.impl.codec.compressedserialization - package io.vertigo.commons.impl.codec.compressedserialization
- io.vertigo.commons.impl.codec.compression - package io.vertigo.commons.impl.codec.compression
- io.vertigo.commons.impl.codec.crypto - package io.vertigo.commons.impl.codec.crypto
- io.vertigo.commons.impl.codec.csv - package io.vertigo.commons.impl.codec.csv
- io.vertigo.commons.impl.codec.hash - package io.vertigo.commons.impl.codec.hash
- io.vertigo.commons.impl.codec.hex - package io.vertigo.commons.impl.codec.hex
- io.vertigo.commons.impl.codec.html - package io.vertigo.commons.impl.codec.html
- io.vertigo.commons.impl.codec.serialization - package io.vertigo.commons.impl.codec.serialization
- io.vertigo.commons.impl.command - package io.vertigo.commons.impl.command
- io.vertigo.commons.impl.eventbus - package io.vertigo.commons.impl.eventbus
- io.vertigo.commons.impl.script - package io.vertigo.commons.impl.script
- io.vertigo.commons.impl.transaction - package io.vertigo.commons.impl.transaction
- io.vertigo.commons.impl.transaction.listener - package io.vertigo.commons.impl.transaction.listener
- io.vertigo.commons.peg - package io.vertigo.commons.peg
- io.vertigo.commons.plugins.app.infos.http - package io.vertigo.commons.plugins.app.infos.http
- io.vertigo.commons.plugins.app.registry.db - package io.vertigo.commons.plugins.app.registry.db
- io.vertigo.commons.plugins.app.registry.redis - package io.vertigo.commons.plugins.app.registry.redis
- io.vertigo.commons.plugins.app.registry.single - package io.vertigo.commons.plugins.app.registry.single
- io.vertigo.commons.plugins.script.janino - package io.vertigo.commons.plugins.script.janino
- io.vertigo.commons.script - package io.vertigo.commons.script
- io.vertigo.commons.script.parser - package io.vertigo.commons.script.parser
- io.vertigo.commons.transaction - package io.vertigo.commons.transaction
J
- JaninoExpressionEvaluatorPlugin - Class in io.vertigo.commons.plugins.script.janino
-
Evaluate an expression using Janino.
- JaninoExpressionEvaluatorPlugin() - Constructor for class io.vertigo.commons.plugins.script.janino.JaninoExpressionEvaluatorPlugin
K
- KO - io.vertigo.commons.command.CommandResponseStatus
L
- locateSkills(String...) - Method in interface io.vertigo.commons.app.AppManager
-
Find node with a given skill
- locateSkills(String...) - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- log(String) - Static method in class io.vertigo.commons.peg.PegLogger
- logAfterCommitError(Throwable) - Method in interface io.vertigo.commons.impl.transaction.listener.VTransactionListener
- logAfterCommitError(Throwable) - Method in class io.vertigo.commons.impl.transaction.listener.VTransactionListenerImpl
- look(String, String, int, PegRule<?>) - Static method in class io.vertigo.commons.peg.PegLogger
M
- match(Event) - Method in class io.vertigo.commons.eventbus.definitions.EventBusSubscriptionDefinition
-
Return if an event matches the event type of the actual subscription
- MD5 - io.vertigo.commons.impl.codec.hash.HashEncoder.Hash
-
MD5.
- MIN_SIZE_FOR_COMPRESSION - Static variable in class io.vertigo.commons.impl.codec.compression.CompressionCodec
-
Seuil exprimé en octets en deça duquel on ne compresse pas les données.
- miss(String, String, int, PegRule<?>) - Static method in class io.vertigo.commons.peg.PegLogger
N
- named(PegRule<R>, String) - Static method in class io.vertigo.commons.peg.PegRules
-
Named a Rule.
- namedRulesAsHtml(PegRule<?>) - Static method in class io.vertigo.commons.peg.PegRules
- NORMAL - io.vertigo.commons.transaction.VTransactionResourceId.Priority
-
Priorité normale.
O
- obtainGrammar(PegRule<?>) - Method in class io.vertigo.commons.peg.PegRulesHtmlRenderer
- of(String) - Static method in class io.vertigo.commons.command.GenericUID
-
Parses URI from URN.
- of(String, Serializable) - Static method in class io.vertigo.commons.command.GenericUID
-
Builds an UID for an entity defined by - an id - a definition
- of(String, Class<?>, Object) - Static method in class io.vertigo.commons.script.ExpressionParameter
- OK - io.vertigo.commons.command.CommandResponseStatus
- oneOrMore(PegRule<R>, boolean) - Static method in class io.vertigo.commons.peg.PegRules
- onExpression(String, ScriptSeparator) - Method in interface io.vertigo.commons.script.parser.ScriptParserHandler
-
Evénement lors du parsing d'un paramètre compris entre 2 séparateurs.
- onFinish(boolean, long) - Method in interface io.vertigo.commons.impl.transaction.listener.VTransactionListener
-
Notifies the end of the transaction.
- onFinish(boolean, long) - Method in class io.vertigo.commons.impl.transaction.listener.VTransactionListenerImpl
-
Notifies the end of the transaction.
- onStart() - Method in interface io.vertigo.commons.impl.transaction.listener.VTransactionListener
-
Notifies the start of the transaction.
- onStart() - Method in class io.vertigo.commons.impl.transaction.listener.VTransactionListenerImpl
-
Notifies the start of the transaction.
- onText(String) - Method in interface io.vertigo.commons.script.parser.ScriptParserHandler
-
Evénement lors du parsing indique la zone entre deux expressions.
- optional(PegRule<R>) - Static method in class io.vertigo.commons.peg.PegRules
P
- parse(String) - Method in interface io.vertigo.commons.peg.PegRule
- parse(String, int) - Method in class io.vertigo.commons.peg.AbstractRule
-
Parser produces an object
- parse(String, int) - Method in interface io.vertigo.commons.peg.PegRule
-
Parser produces an object
- parse(String, int) - Method in class io.vertigo.commons.peg.PegWordRule
-
Parser produces an object
- parse(String, ScriptParserHandler, ScriptSeparator) - Method in class io.vertigo.commons.impl.script.ScriptManagerImpl
-
Parses the script with a specific handler.
- parse(String, ScriptParserHandler, ScriptSeparator) - Method in interface io.vertigo.commons.script.ScriptManager
-
Parses the script with a specific handler.
- parseAll(PegRule<O>) - Static method in class io.vertigo.commons.peg.PegRules
- PegChoice - Class in io.vertigo.commons.peg
- PegLogger - Class in io.vertigo.commons.peg
-
Rule to named a sub rules set.
- PegLogger() - Constructor for class io.vertigo.commons.peg.PegLogger
- PegNoMatchFoundException - Exception in io.vertigo.commons.peg
-
Exception levée lorsque la règle n'est pas respectée.
- PegNoMatchFoundException(String, int, PegNoMatchFoundException, String, Serializable...) - Constructor for exception io.vertigo.commons.peg.PegNoMatchFoundException
-
Constructor.
- PegResult<R> - Class in io.vertigo.commons.peg
-
Contains the result of a parsing operation
- PegRule<R> - Interface in io.vertigo.commons.peg
-
Rule used in PEG. parsing expression grammar.
- PegRule.Dummy - Class in io.vertigo.commons.peg
-
Dummy class, used for rule that returns Void.
- PegRules - Class in io.vertigo.commons.peg
-
Factory of all PeRules.
- PegRulesHtmlRenderer - Class in io.vertigo.commons.peg
-
PegRenderer of Grammar as HTML.
- PegRulesHtmlRenderer() - Constructor for class io.vertigo.commons.peg.PegRulesHtmlRenderer
- PegWordRule - Class in io.vertigo.commons.peg
-
Règle a état permettant de récupérer un mot.
- PegWordRule.Mode - Enum in io.vertigo.commons.peg
-
Mode de selection des caractères.
- post(Event) - Method in interface io.vertigo.commons.eventbus.EventBusManager
-
Posts an event.
- post(Event) - Method in class io.vertigo.commons.impl.eventbus.EventBusManagerImpl
-
Posts an event.
- PREFIX - Static variable in class io.vertigo.commons.command.definitions.CommandDefinition
- PREFIX - Static variable in class io.vertigo.commons.eventbus.definitions.EventBusSubscriptionDefinition
- provideDefinitions(DefinitionSpace) - Method in class io.vertigo.commons.impl.command.CommandManagerImpl
- provideDefinitions(DefinitionSpace) - Method in class io.vertigo.commons.impl.eventbus.EventBusManagerImpl
Q
- questions() - Method in annotation type io.vertigo.commons.command.Command
R
- RedisAppNodeRegistryPlugin - Class in io.vertigo.commons.plugins.app.registry.redis
-
Memory implementation for a single node node.
- RedisAppNodeRegistryPlugin(Optional<String>, List<RedisConnector>) - Constructor for class io.vertigo.commons.plugins.app.registry.redis.RedisAppNodeRegistryPlugin
-
Constructor
- register(AppNode) - Method in interface io.vertigo.commons.impl.app.AppNodeRegistryPlugin
-
Register a node
- register(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.db.DbAppNodeRegistryPlugin
- register(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.redis.RedisAppNodeRegistryPlugin
- register(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.single.SingleAppNodeRegistryPlugin
- registerDead(Consumer<Event>) - Method in interface io.vertigo.commons.eventbus.EventBusManager
-
Registers a dead event consumer.
- registerDead(Consumer<Event>) - Method in class io.vertigo.commons.impl.eventbus.EventBusManagerImpl
-
Registers a dead event consumer.
- REJECT - io.vertigo.commons.peg.PegWordRule.Mode
-
Accepte tout sauf les caractères passés en paramètre.
- REJECT_ESCAPABLE - io.vertigo.commons.peg.PegWordRule.Mode
-
Accepte tout sauf les caractères passés en paramètre.
- render(PegRule<?>) - Method in class io.vertigo.commons.peg.PegRulesHtmlRenderer
- rollback() - Method in interface io.vertigo.commons.transaction.VTransactionResource
-
Rollbacks the respource.
- rollback() - Method in interface io.vertigo.commons.transaction.VTransactionWritable
-
Annule la transaction.
S
- ScriptManager - Interface in io.vertigo.commons.script
-
Manages scripts.
- ScriptManagerImpl - Class in io.vertigo.commons.impl.script
-
This manager allows you to script a text.
- ScriptManagerImpl(ExpressionEvaluatorPlugin) - Constructor for class io.vertigo.commons.impl.script.ScriptManagerImpl
-
Constructor.
- ScriptParserHandler - Interface in io.vertigo.commons.script.parser
-
Permet de traiter un script parsé.
- ScriptSeparator - Class in io.vertigo.commons.script.parser
-
Gestion des Séparateurs utilisés par le parser.
- ScriptSeparator(String, String) - Constructor for class io.vertigo.commons.script.parser.ScriptSeparator
-
Constructor.
- searchCommands(String) - Method in interface io.vertigo.commons.command.CommandManager
- searchCommands(String) - Method in class io.vertigo.commons.impl.command.CommandManagerImpl
- SeparatorType - Enum in io.vertigo.commons.script
-
Type de séparateur.
- sequence(PegRule<?>...) - Static method in class io.vertigo.commons.peg.PegRules
- sequence(List<PegRule<?>>) - Static method in class io.vertigo.commons.peg.PegRules
- SerializationCodec - Class in io.vertigo.commons.impl.codec.serialization
-
Implémentation standard threadSafe des mécanismes permettant de sérialiser/ dé-sérialiser un objet.
- SerializationCodec() - Constructor for class io.vertigo.commons.impl.codec.serialization.SerializationCodec
- SHA1 - io.vertigo.commons.impl.codec.hash.HashEncoder.Hash
-
SHA1.
- SHA256 - io.vertigo.commons.impl.codec.hash.HashEncoder.Hash
-
SHA256.
- shouldEncode(char, int, String) - Method in class io.vertigo.commons.impl.codec.html.HtmlCodec
-
Permet d'optimiser en déterminant si le caractère doit-être encodé
- SingleAppNodeRegistryPlugin - Class in io.vertigo.commons.plugins.app.registry.single
-
Memory implementation for a single node node.
- SingleAppNodeRegistryPlugin() - Constructor for class io.vertigo.commons.plugins.app.registry.single.SingleAppNodeRegistryPlugin
- skipBlanks(String) - Static method in class io.vertigo.commons.peg.PegRules
- start() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- start() - Method in class io.vertigo.commons.impl.eventbus.EventBusManagerImpl
- stop() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- stop() - Method in class io.vertigo.commons.impl.eventbus.EventBusManagerImpl
T
- term(String) - Static method in class io.vertigo.commons.peg.PegRules
- TOP - io.vertigo.commons.transaction.VTransactionResourceId.Priority
-
Priorité maximale.
- toString() - Method in class io.vertigo.commons.command.GenericUID
- toString() - Method in class io.vertigo.commons.script.parser.ScriptSeparator
- Transactional - Annotation Type in io.vertigo.commons.transaction
-
This annotation must be inserted on methods and classes that need a transaction.
- TRIPLE_DES - io.vertigo.commons.impl.codec.crypto.CryptoCodec.Crypto
-
Triple DES.
U
- unregister(AppNode) - Method in interface io.vertigo.commons.impl.app.AppNodeRegistryPlugin
-
Unregister a node
- unregister(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.db.DbAppNodeRegistryPlugin
- unregister(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.redis.RedisAppNodeRegistryPlugin
- unregister(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.single.SingleAppNodeRegistryPlugin
- UP - io.vertigo.commons.impl.app.AppManagerImpl.NodeStatus
- updateNodeStatus() - Method in class io.vertigo.commons.impl.app.AppManagerImpl
- updateStatus(AppNode) - Method in interface io.vertigo.commons.impl.app.AppNodeRegistryPlugin
-
Update the status of a node
- updateStatus(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.db.DbAppNodeRegistryPlugin
- updateStatus(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.redis.RedisAppNodeRegistryPlugin
- updateStatus(AppNode) - Method in class io.vertigo.commons.plugins.app.registry.single.SingleAppNodeRegistryPlugin
- urn() - Method in class io.vertigo.commons.command.GenericUID
-
Récupére l'URN é partir de l'URI.
V
- valueOf(String) - Static method in enum io.vertigo.commons.command.CommandResponseStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.commons.impl.app.AppManagerImpl.NodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.commons.impl.codec.crypto.CryptoCodec.Crypto
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.commons.impl.codec.hash.HashEncoder.Hash
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.commons.peg.PegWordRule.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.commons.script.SeparatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.commons.transaction.VTransactionResourceId.Priority
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertigo.commons.command.CommandResponseStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertigo.commons.impl.app.AppManagerImpl.NodeStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertigo.commons.impl.codec.crypto.CryptoCodec.Crypto
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertigo.commons.impl.codec.hash.HashEncoder.Hash
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertigo.commons.peg.PegWordRule.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertigo.commons.script.SeparatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertigo.commons.transaction.VTransactionResourceId.Priority
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VTransaction - Interface in io.vertigo.commons.transaction
-
Transaction.
- VTransactionAfterCompletionFunction - Interface in io.vertigo.commons.transaction
-
Function call on transaction completion.
- VTransactionAspect - Class in io.vertigo.commons.impl.transaction
-
Aspect pour la gestion des transactions au niveau de la couche service.
- VTransactionAspect(VTransactionManager) - Constructor for class io.vertigo.commons.impl.transaction.VTransactionAspect
-
Constructor
- VTransactionListener - Interface in io.vertigo.commons.impl.transaction.listener
-
This class is used to listen events during the execution of the transaction.
- VTransactionListenerImpl - Class in io.vertigo.commons.impl.transaction.listener
-
This class is the standard implementation.
- VTransactionListenerImpl() - Constructor for class io.vertigo.commons.impl.transaction.listener.VTransactionListenerImpl
- VTransactionManager - Interface in io.vertigo.commons.transaction
-
Gestionnaire de transactions.
- VTransactionManagerImpl - Class in io.vertigo.commons.impl.transaction
-
Implémentation standard du gestionnaire de transactions.
- VTransactionManagerImpl() - Constructor for class io.vertigo.commons.impl.transaction.VTransactionManagerImpl
- VTransactionResource - Interface in io.vertigo.commons.transaction
-
This resource must be managed by a transaction.
- VTransactionResourceId<R extends VTransactionResource> - Class in io.vertigo.commons.transaction
-
Identification des ressources participant à la transaction.
- VTransactionResourceId(VTransactionResourceId.Priority, String) - Constructor for class io.vertigo.commons.transaction.VTransactionResourceId
-
Constructor.
- VTransactionResourceId.Priority - Enum in io.vertigo.commons.transaction
-
Ordre dans lequel les ressources sont commitées.
- VTransactionWritable - Interface in io.vertigo.commons.transaction
-
Transaction.
W
- withCommand() - Method in class io.vertigo.commons.CommonsFeatures
- withDbAppNodeRegistryPlugin(Param...) - Method in class io.vertigo.commons.CommonsFeatures
- withDisplay(String) - Method in class io.vertigo.commons.command.CommandResponseBuilder
- withHttpAppNodeInfosPlugin() - Method in class io.vertigo.commons.CommonsFeatures
- withJaninoScript() - Method in class io.vertigo.commons.CommonsFeatures
-
Activates script with a default plugin.
- withNodeInfosPlugin(Class<? extends AppNodeInfosPlugin>, Param...) - Method in class io.vertigo.commons.CommonsFeatures
-
Adds a NodeInfosPlugin
- withNodeRegistryPlugin(Class<? extends AppNodeRegistryPlugin>, Param...) - Method in class io.vertigo.commons.CommonsFeatures
-
Adds a NodeRegistryPlugin
- withPayload(P) - Method in class io.vertigo.commons.command.CommandResponseBuilder
- withRedisAppNodeRegistryPlugin() - Method in class io.vertigo.commons.CommonsFeatures
- withScript() - Method in class io.vertigo.commons.CommonsFeatures
-
Activates script with a default plugin.
- withStatus(CommandResponseStatus) - Method in class io.vertigo.commons.command.CommandResponseBuilder
- withTargetUrl(String) - Method in class io.vertigo.commons.command.CommandResponseBuilder
- word(boolean, String, PegWordRule.Mode, String) - Static method in class io.vertigo.commons.peg.PegRules
X
- XML - io.vertigo.commons.script.SeparatorType
-
Séparateurs de type XML/HTML.
- XML_CODE - io.vertigo.commons.script.SeparatorType
-
Séparateur de code dans du XML.
Z
- zeroOrMore(PegRule<R>, boolean) - Static method in class io.vertigo.commons.peg.PegRules
All Classes All Packages