| Package | Description |
|---|---|
| org.geomajas.global |
| Modifier and Type | Method and Description |
|---|---|
PluginVersionInfo |
PluginInfo.getVersion()
Get version information for this plug-in.
|
| Modifier and Type | Method and Description |
|---|---|
List<PluginVersionInfo> |
PluginInfo.getDependencies()
Get dependency information for this plug-in.
|
List<PluginVersionInfo> |
PluginInfo.getOptionalDependencies()
Get the minimum version for optional dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginInfo.setVersion(PluginVersionInfo version)
Set plug-in information for this plug-in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginInfo.setDependencies(List<PluginVersionInfo> dependencies)
Set dependencies for this plug-in.
|
void |
PluginInfo.setOptionalDependencies(List<PluginVersionInfo> optionalDependencies)
Set the minimum version for optional dependencies.
|
Copyright © 2015 Geosparc. All Rights Reserved.