Class DigestItem
java.lang.Object
org.apache.maven.buildcache.xml.build.DigestItem
- All Implemented Interfaces:
Serializable
Class DigestItem.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the charset field.Get the content field.getEol()Get the eol field.Get the fileChecksum field.getHash()Get the hash field.Get the isText field.getType()Get the type field.getValue()Get the value field.voidsetCharset(String charset) Set the charset field.voidsetContent(String content) Set the content field.voidSet the eol field.voidsetFileChecksum(String fileChecksum) Set the fileChecksum field.voidSet the hash field.voidSet the isText field.voidSet the type field.voidSet the value field.
-
Constructor Details
-
DigestItem
public DigestItem()
-
-
Method Details
-
getCharset
Get the charset field.- Returns:
- String
-
getContent
Get the content field.- Returns:
- String
-
getEol
Get the eol field.- Returns:
- String
-
getFileChecksum
Get the fileChecksum field.- Returns:
- String
-
getHash
Get the hash field.- Returns:
- String
-
getIsText
Get the isText field.- Returns:
- String
-
getType
Get the type field.- Returns:
- String
-
getValue
Get the value field.- Returns:
- String
-
setCharset
Set the charset field.- Parameters:
charset- a charset object.
-
setContent
Set the content field.- Parameters:
content- a content object.
-
setEol
Set the eol field.- Parameters:
eol- a eol object.
-
setFileChecksum
Set the fileChecksum field.- Parameters:
fileChecksum- a fileChecksum object.
-
setHash
Set the hash field.- Parameters:
hash- a hash object.
-
setIsText
Set the isText field.- Parameters:
isText- a isText object.
-
setType
Set the type field.- Parameters:
type- a type object.
-
setValue
Set the value field.- Parameters:
value- a value object.
-