Uses of Class
org.kordamp.jarviz.core.model.ModuleName
Packages that use ModuleName
Package
Description
-
Uses of ModuleName in org.kordamp.jarviz.commands
Method parameters in org.kordamp.jarviz.commands with type arguments of type ModuleNameModifier and TypeMethodDescriptionprivate voidModuleNameCommand.buildReport(Node root, JarProcessor.JarFileResult<ModuleName> result) private voidModuleNameCommand.output(ModuleNameCommand.Configuration configuration, Set<JarProcessor.JarFileResult<ModuleName>> results) private voidModuleNameCommand.output(ModuleNameCommand.Configuration configuration, JarProcessor.JarFileResult<ModuleName> result) private voidModuleNameCommand.report(ModuleNameCommand.Configuration configuration, Set<JarProcessor.JarFileResult<ModuleName>> results) -
Uses of ModuleName in org.kordamp.jarviz.core.analyzers
Fields in org.kordamp.jarviz.core.analyzers declared as ModuleNameMethods in org.kordamp.jarviz.core.analyzers that return ModuleNameModifier and TypeMethodDescriptionModuleNameJarPathAnalyzer.getResult()private ModuleNameModuleNameJarPathAnalyzer.toModuleName(ModuleDescriptor moduleDescriptor) -
Uses of ModuleName in org.kordamp.jarviz.core.model
Fields in org.kordamp.jarviz.core.model declared as ModuleNameMethods in org.kordamp.jarviz.core.model that return ModuleNameModifier and TypeMethodDescriptionstatic ModuleNameModuleName.fromAutomaticByFilename(String moduleName, String reason) static ModuleNameModuleName.fromAutomaticByManifest(String moduleName, String reason) static ModuleNameModuleName.fromModuleDescriptor(String moduleName, boolean automaticByManifest, boolean automaticByFilename, String reason) static ModuleNameModuleName.fromModuleDescriptor(String moduleName, String reason) ModuleMetadata.getModuleName()Methods in org.kordamp.jarviz.core.model with parameters of type ModuleNameModifier and TypeMethodDescriptionstatic ModuleMetadataModuleMetadata.of(ModuleName moduleName) static ModuleMetadataModuleMetadata.of(ModuleName moduleName, ModuleDescriptor moduleDescriptor) Constructors in org.kordamp.jarviz.core.model with parameters of type ModuleNameModifierConstructorDescriptionprivateModuleMetadata(ModuleName moduleName, ModuleDescriptor moduleDescriptor) -
Uses of ModuleName in org.kordamp.jarviz.core.processors
Methods in org.kordamp.jarviz.core.processors that return types with arguments of type ModuleNameModifier and TypeMethodDescriptionModuleNameJarProcessor.getResult()(package private) JarProcessor.JarFileResult<ModuleName> ModuleNameJarProcessor.processJarFile(JarFile jarFile)