Uses of Interface
de.codecamp.messages.shared.model.MessageModule
-
Packages that use MessageModule Package Description de.codecamp.messages.shared.conf de.codecamp.messages.shared.model de.codecamp.messages.shared.validation -
-
Uses of MessageModule in de.codecamp.messages.shared.conf
Classes in de.codecamp.messages.shared.conf that implement MessageModule Modifier and Type Class Description classProjectConfProjectConfcontains the aspects of the project configuration shared by the annotation processor and other tools like the Eclipse companion plug-in.Method parameters in de.codecamp.messages.shared.conf with type arguments of type MessageModule Modifier and Type Method Description voidProjectConf. resolveBundleMappings(Function<String,MessageModule> importedModuleProvider) -
Uses of MessageModule in de.codecamp.messages.shared.model
Classes in de.codecamp.messages.shared.model that implement MessageModule Modifier and Type Class Description classMessageKeyIndexThe message key index file contains the information which message keys this project / module declares and where they are declared in the source. -
Uses of MessageModule in de.codecamp.messages.shared.validation
Methods in de.codecamp.messages.shared.validation with parameters of type MessageModule Modifier and Type Method Description static Set<Locale>MessageValidationUtils. getRequiredLocales(String messageKeyCode, MessageModule index, Map<String,? extends MessageModule> importedIndexes, BiPredicate<MessageModule,String> keyChecker)static Set<Locale>MessageValidationUtils. getTargetLocales(String messageKeyCode, boolean importsOnly, MessageModule index, Map<String,? extends MessageModule> importedIndexes, BiPredicate<MessageModule,String> keyChecker)Method parameters in de.codecamp.messages.shared.validation with type arguments of type MessageModule Modifier and Type Method Description static Set<Locale>MessageValidationUtils. getRequiredLocales(String messageKeyCode, MessageModule index, Map<String,? extends MessageModule> importedIndexes, BiPredicate<MessageModule,String> keyChecker)static Set<Locale>MessageValidationUtils. getRequiredLocales(String messageKeyCode, MessageModule index, Map<String,? extends MessageModule> importedIndexes, BiPredicate<MessageModule,String> keyChecker)static Set<Locale>MessageValidationUtils. getTargetLocales(String messageKeyCode, boolean importsOnly, MessageModule index, Map<String,? extends MessageModule> importedIndexes, BiPredicate<MessageModule,String> keyChecker)static Set<Locale>MessageValidationUtils. getTargetLocales(String messageKeyCode, boolean importsOnly, MessageModule index, Map<String,? extends MessageModule> importedIndexes, BiPredicate<MessageModule,String> keyChecker)
-