ModulePropertiesRecord

public class ModulePropertiesRecord

The ModulePropertiesRecord class represents a database record of a certain module properties.

Fields

PROPERTIES_FILE_EXTENSION

public static final String PROPERTIES_FILE_EXTENSION

Constructors

ModulePropertiesRecord

public ModulePropertiesRecord()

ModulePropertiesRecord

public ModulePropertiesRecord(Map<String, String> properties, String module, String version, String bundle, String filename, boolean raw)

ModulePropertiesRecord

public ModulePropertiesRecord(Properties props, String module, String version, String bundle, String filename, boolean raw)

Methods

buildFrom

public static ModulePropertiesRecord buildFrom(File file)

equals

public boolean equals(Object obj)

getBundle

public String getBundle()

getFilename

public String getFilename()

getModule

public String getModule()

getProperties

public Map<String, String> getProperties()

getVersion

public String getVersion()

hashCode

public int hashCode()

isRaw

public boolean isRaw()

sameAs

public boolean sameAs(Object dataObject)

setBundle

public void setBundle(String bundle)

setFilename

public void setFilename(String filename)

setModule

public void setModule(String module)

setProperties

public void setProperties(Map<String, String> properties)

setRaw

public void setRaw(boolean raw)

setVersion

public void setVersion(String version)

toString

public String toString()