Save This Page
Home » jcommon-1.0.13 » org.jfree.base.modules » [javadoc | source]
org.jfree.base.modules
public interface: ModuleInfo [javadoc | source]

All Known Implementing Classes:
    DefaultLogModule, AbstractModule, Module, DefaultModuleInfo

The Module info class encapsulates metadata about a given module. It holds the list of dependencies and the module version and description.
Method from org.jfree.base.modules.ModuleInfo Summary:
getMajorVersion,   getMinorVersion,   getModuleClass,   getPatchLevel
Method from org.jfree.base.modules.ModuleInfo Detail:
 public String getMajorVersion()
    Returns the major version of the base module. The string should contain a compareable character sequence so that higher versions of the module are considered greater than lower versions.
 public String getMinorVersion()
    Returns the minor version of the base module. The string should contain a compareable character sequence so that higher versions of the module are considered greater than lower versions.
 public String getModuleClass()
    Returns the module class of the desired base module.
 public String getPatchLevel()
    Returns the patchlevel version of the base module. The patch level should be used to mark bugfixes. The string should contain a compareable character sequence so that higher versions of the module are considered greater than lower versions.