Class DependencyDescriptor
java.lang.Object
org.moditect.model.DependencyDescriptor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDependencyDescriptor(Path path, boolean optional, String assignedModuleName) -
Method Summary
-
Field Details
-
path
-
optional
private final boolean optional -
originalModuleName
The original (automatic) module name of that dependency. -
assignedModuleName
The module name of that dependency as assigned during the current modularization build.
-
-
Constructor Details
-
DependencyDescriptor
-
-
Method Details
-
getAutoModuleNameFromInputJar
-
getPath
-
isOptional
public boolean isOptional() -
getOriginalModuleName
-
getAssignedModuleName
-
hashCode
-
equals
-
toString
-