public class StatusInformation extends FileInfoContainer
Modifier and Type | Class and Description |
---|---|
static class |
StatusInformation.SymName
An inner class storing information about a symbolic name.
|
Constructor and Description |
---|
StatusInformation() |
Modifier and Type | Method and Description |
---|---|
void |
addExistingTag(String tagName,
String revisionNumber) |
List<StatusInformation.SymName> |
getAllExistingTags() |
File |
getFile()
Getter for property file.
|
String |
getRepositoryFileName()
Getter for property repositoryFileName.
|
String |
getRepositoryRevision()
Getter for property repositoryRevision.
|
FileStatus |
getStatus()
Getter for property status.
|
String |
getStatusString()
Returns the status as a String.
|
String |
getStickyDate()
Getter for property stickyDate.
|
String |
getStickyOptions()
Getter for property stickyOptions.
|
String |
getStickyTag()
Getter for property stickyTag.
|
StatusInformation.SymName |
getSymNameForTag(String tagName)
Search the symbolic names by name of tag (symbolic name).
|
List<StatusInformation.SymName> |
getSymNamesForRevision(String revNumber)
Search the symbolic names by number of revision.
|
String |
getWorkingRevision()
Getter for property workingRevision.
|
void |
setAllExistingTags(List<StatusInformation.SymName> tags) |
void |
setFile(File file)
Setter for property file.
|
void |
setRepositoryFileName(String repositoryFileName)
Setter for property repositoryFileName.
|
void |
setRepositoryRevision(String repositoryRevision)
Setter for property repositoryRevision.
|
void |
setStatus(FileStatus status)
Setter for property status.
|
void |
setStatusString(String statusString)
Sets the status by the specified string.
|
void |
setStickyDate(String stickyDate)
Setter for property stickyDate.
|
void |
setStickyOptions(String stickyOptions)
Setter for property stickyOptions.
|
void |
setStickyTag(String stickyTag)
Setter for property stickyTag.
|
void |
setWorkingRevision(String workingRevision)
Setter for property workingRevision.
|
String |
toString()
Return a string representation of this object.
|
public File getFile()
getFile
in class FileInfoContainer
public void setFile(File file)
file
- New value of property file.public FileStatus getStatus()
public void setStatus(FileStatus status)
status
- New value of property status.public String getStatusString()
public void setStatusString(String statusString)
public String getWorkingRevision()
public void setWorkingRevision(String workingRevision)
workingRevision
- New value of property workingRevision.public String getRepositoryRevision()
public void setRepositoryRevision(String repositoryRevision)
repositoryRevision
- New value of property repositoryRevision.public String getRepositoryFileName()
public void setRepositoryFileName(String repositoryFileName)
repositoryRevision
- New value of property repositoryFileName.public String getStickyTag()
public void setStickyTag(String stickyTag)
stickyTag
- New value of property stickyTag.public String getStickyDate()
public void setStickyDate(String stickyDate)
stickyDate
- New value of property stickyDate.public String getStickyOptions()
public void setStickyOptions(String stickyOptions)
stickyOptions
- New value of property stickyOptions.public List<StatusInformation.SymName> getAllExistingTags()
public void setAllExistingTags(List<StatusInformation.SymName> tags)
public List<StatusInformation.SymName> getSymNamesForRevision(String revNumber)
public StatusInformation.SymName getSymNameForTag(String tagName)
Copyright © 2016. All rights reserved.