Module org.kordamp.jarviz.core
Class ModuleNameJarPathAnalyzer
java.lang.Object
org.kordamp.jarviz.core.analyzers.ModuleNameJarPathAnalyzer
- All Implemented Interfaces:
JarAnalyzer<ModuleName>,JarPathAnalyzer<ModuleName>
- Since:
- 0.2.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModuleNameJarPathAnalyzer(String automaticModuleNameByManifest, String automaticModuleNameByFilename) -
Method Summary
Modifier and TypeMethodDescriptionprivate ThrowablegetRootCause(Throwable throwable) voidisAutomaticNameValid(String name) private ModuleNametoModuleName(ModuleDescriptor moduleDescriptor)
-
Field Details
-
automaticModuleNameByManifest
-
automaticModuleNameByFilename
-
moduleName
-
-
Constructor Details
-
ModuleNameJarPathAnalyzer
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceJarAnalyzer<ModuleName>
-
handle
- Specified by:
handlein interfaceJarPathAnalyzer<ModuleName>- Throws:
JarvizException
-
toModuleName
-
isAutomaticNameValid
-
isValid
-
getRootCause
-