| Package | Description |
|---|---|
| org.diet4j.core |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleLicense |
ModuleMeta.theModuleLicense
The license of the Module.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleLicense |
ModuleMeta.getModuleLicense()
Obtain the license for this Module.
|
| Constructor and Description |
|---|
ModuleMeta(String moduleGroupId,
String moduleArtifactId,
String moduleVersion,
Map<String,String> moduleUserNames,
Map<String,String> moduleUserDescriptions,
long moduleBuildDate,
ModuleLicense license,
ModuleRequirement[] runtimeModuleRequirements,
JarFile moduleJar,
String activationClassName,
String runClassName)
Constructor.
|
Copyright © 2018. All rights reserved.