Class ModuleDetailsImpl

    • Constructor Detail

      • 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