Uses of Enum
org.codehaus.plexus.languages.java.jpms.ModuleNameSource
Packages that use ModuleNameSource
-
Uses of ModuleNameSource in org.codehaus.plexus.languages.java.jpms
Fields in org.codehaus.plexus.languages.java.jpms declared as ModuleNameSourceFields in org.codehaus.plexus.languages.java.jpms with type parameters of type ModuleNameSourceModifier and TypeFieldDescriptionprivate Map<T, ModuleNameSource> ResolvePathsResult.modulepathElementsMethods in org.codehaus.plexus.languages.java.jpms that return ModuleNameSourceModifier and TypeMethodDescriptionResolvePathResult.getModuleNameSource()static ModuleNameSourceReturns the enum constant of this type with the specified name.static ModuleNameSource[]ModuleNameSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.plexus.languages.java.jpms that return types with arguments of type ModuleNameSourceModifier and TypeMethodDescriptionResolvePathsResult.getModulepathElements()All T that belong to the modulepath, based on the module descriptor.Methods in org.codehaus.plexus.languages.java.jpms with parameters of type ModuleNameSourceModifier and TypeMethodDescription(package private) ResolvePathResultResolvePathResult.setModuleNameSource(ModuleNameSource moduleNameSource) Method parameters in org.codehaus.plexus.languages.java.jpms with type arguments of type ModuleNameSourceModifier and TypeMethodDescription(package private) voidResolvePathsResult.setModulepathElements(Map<T, ModuleNameSource> modulepathElements)