Package io.github.dmlloyd.moduleinfo
Class ModuleRequire
java.lang.Object
io.github.dmlloyd.moduleinfo.ModuleRequire
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModuleRequire
(String module, String version, boolean static_, boolean synthetic, boolean mandated, boolean transitive) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isStatic()
boolean
boolean
void
setMandated
(boolean mandated) void
void
setStatic
(boolean static_) void
setSynthetic
(boolean synthetic) void
setTransitive
(boolean transitive) void
setVersion
(String version)
-
Field Details
-
module
-
version
-
static_
private boolean static_ -
synthetic
private boolean synthetic -
mandated
private boolean mandated -
transitive
private boolean transitive
-
-
Constructor Details
-
ModuleRequire
public ModuleRequire() -
ModuleRequire
-
-
Method Details
-
getModule
-
setModule
-
getVersion
-
setVersion
-
isStatic
public boolean isStatic() -
setStatic
public void setStatic(boolean static_) -
isSynthetic
public boolean isSynthetic() -
setSynthetic
public void setSynthetic(boolean synthetic) -
isMandated
public boolean isMandated() -
setMandated
public void setMandated(boolean mandated) -
isTransitive
public boolean isTransitive() -
setTransitive
public void setTransitive(boolean transitive)
-