Uses of Class
io.inverno.core.compiler.spi.QualifiedNameFormatException
Packages that use QualifiedNameFormatException
-
Uses of QualifiedNameFormatException in io.inverno.core.compiler.spi
Methods in io.inverno.core.compiler.spi that throw QualifiedNameFormatExceptionModifier and TypeMethodDescriptionprotected voidQualifiedName.validateQualifiedNamePart(String qnamePart) Validates that the specified qualified name part is valid.static BeanQualifiedNameCreates a bean qualified name from the specified raw value of the formModuleQualifiedName():<beanName>where<beanName>is a valid Java name.static BeanSocketQualifiedNameBeanSocketQualifiedName.valueOf(ModuleQualifiedName moduleQName, String qname) Creates a bean socket qualified name from the specified module qualified name and the specified raw value of the form<beanName>:<socketName>where<beanName>and<socketName>are valid Java names.static BeanSocketQualifiedNameCreates a bean socket qualified name from the specified raw value of the formBeanQualifiedName():<socketName>where<socketName>is a valid Java name.static ModuleQualifiedNameCreates a module qualified name from the specified raw value which should be a valid Java name.static ModuleQualifiedNameCreates a module qualified name from the specified raw value which should be a valid Java name and with the specified class name.static ModuleQualifiedNameCreates a module qualified name from the specified raw value which should be a valid Java name and with the specified class name.Constructors in io.inverno.core.compiler.spi that throw QualifiedNameFormatExceptionModifierConstructorDescriptionBeanQualifiedName(ModuleQualifiedName moduleQName, String beanName) Creates a bean qualified name from the specified module qualified name and bean name.BeanSocketQualifiedName(BeanQualifiedName beanQName, String name) Creates a bean socket qualified name from the specified bean qualified name and socket name.ModuleQualifiedName(String packageName, String moduleName) Creates a module qualified name from the specified package and module names.ModuleQualifiedName(String packageName, String moduleName, String className) Creates a module qualified name from the specified package and module names with the specified class name.ModuleQualifiedName(String packageName, String moduleName, String className, String sourcePackageName) Creates a module qualified name from the specified package and module names with the specified class name and source package name.