Class ModuleDetailsImpl

java.lang.Object
org.alfresco.repo.module.ModuleDetailsImpl
All Implemented Interfaces:
Serializable, ModuleDetails

public class ModuleDetailsImpl extends Object implements ModuleDetails
Author:
Derek Hulley
See Also:
  • Constructor Details

    • ModuleDetailsImpl

      public ModuleDetailsImpl(Properties properties)
      Creates the instance from a set of properties. All the property values are trimmed and empty string values are removed from the set. In other words, zero length or whitespace strings are not supported.
      Parameters:
      properties - the set of properties
    • ModuleDetailsImpl

      public ModuleDetailsImpl(Properties properties, LogOutput log)
      Creates the instance from a set of properties. All the property values are trimmed and empty string values are removed from the set. In other words, zero length or whitespace strings are not supported.
      Parameters:
      properties - the set of properties
      log - logger
    • ModuleDetailsImpl

      public ModuleDetailsImpl(String id, ModuleVersionNumber versionNumber, String title, String description)
      Parameters:
      id - module id
      versionNumber - version number
      title - title
      description - description
  • Method Details