public abstract class BaseBuildFileBean extends BaseBuildBean implements BuildFileBean
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
localPath |
protected java.lang.String |
md5 |
protected java.lang.String |
remotePath |
protected java.lang.String |
sha1 |
protected java.lang.String |
sha256 |
protected java.lang.String |
type |
ARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT, RUN_PARAMETERS| Constructor and Description |
|---|
BaseBuildFileBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getLocalPath() |
java.lang.String |
getMd5()
Returns the MD5 checksum of the file
|
java.lang.String |
getRemotePath() |
java.lang.String |
getSha1()
Returns the SHA1 checksum of the file
|
java.lang.String |
getSha256()
Returns the SHA256 checksum of the file
|
java.lang.String |
getType()
Returns the type of the file
|
int |
hashCode() |
void |
setLocalPath(java.lang.String localPath) |
void |
setMd5(java.lang.String md5)
Sets the MD5 checksum of the file
|
void |
setRemotePath(java.lang.String remotePath) |
void |
setSha1(java.lang.String sha1)
Sets the SHA1 checksum of the file
|
void |
setSha256(java.lang.String sha256)
Sets the SHA256 checksum of the file
|
void |
setType(java.lang.String type)
Sets the type of the file
|
getProperties, setPropertiesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetProperties, setPropertiesprotected java.lang.String type
protected java.lang.String sha1
protected java.lang.String sha256
protected java.lang.String md5
protected java.lang.String localPath
protected java.lang.String remotePath
public java.lang.String getType()
BuildFileBeangetType in interface BuildFileBeanpublic void setType(java.lang.String type)
BuildFileBeansetType in interface BuildFileBeantype - File typepublic java.lang.String getSha1()
BuildFileBeangetSha1 in interface BuildFileBeanpublic void setSha1(java.lang.String sha1)
BuildFileBeansetSha1 in interface BuildFileBeansha1 - File SHA1 checksumpublic java.lang.String getSha256()
BuildFileBeangetSha256 in interface BuildFileBeanpublic void setSha256(java.lang.String sha256)
BuildFileBeansetSha256 in interface BuildFileBeansha256 - File SHA256 checksumpublic java.lang.String getMd5()
BuildFileBeangetMd5 in interface BuildFileBeanpublic void setMd5(java.lang.String md5)
BuildFileBeansetMd5 in interface BuildFileBeanmd5 - File MD5 checksumpublic java.lang.String getLocalPath()
public void setLocalPath(java.lang.String localPath)
public java.lang.String getRemotePath()
public void setRemotePath(java.lang.String remotePath)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object