public class LogInformation extends FileInfoContainer
Modifier and Type | Class and Description |
---|---|
class |
LogInformation.Revision |
class |
LogInformation.SymName |
Constructor and Description |
---|
LogInformation() |
Modifier and Type | Method and Description |
---|---|
void |
addRevision(LogInformation.Revision newRevision)
adds a revision info to the LogInformation instance
|
void |
addSymbolicName(String symName,
String revisionNumber)
Add a symbolic name to the list of names and attaches it to a revision
number.
|
LogInformation.Revision |
createNewRevision(String number) |
String |
getAccessList()
Getter for property accessList.
|
List<LogInformation.SymName> |
getAllSymbolicNames() |
String |
getBranch()
Getter for property branch.
|
String |
getDescription()
Getter for property description.
|
File |
getFile()
Getter for property file.
|
String |
getHeadRevision()
Getter for property headRevision.
|
String |
getKeywordSubstitution()
Getter for property keywordSubstitution.
|
String |
getLocks()
Getter for property locks.
|
String |
getRepositoryFilename()
Getter for property repositoryFilename.
|
LogInformation.Revision |
getRevision(String number)
Search the revisions by number of revision.
|
List<LogInformation.Revision> |
getRevisionList()
return the all revisions attached to this log (if more sophisticated
method are supplied, this might get obsolete)
|
String |
getSelectedRevisions()
Getter for property selectedRevisions.
|
LogInformation.SymName |
getSymName(String symName)
Search the symbolic names by name of tag (symbolic name).
|
List<LogInformation.SymName> |
getSymNamesForRevision(String revNumber)
Search the symbolic names by number of revision.
|
String |
getTotalRevisions()
Getter for property totalRevisions.
|
void |
setAccessList(String accessList)
Setter for property accessList.
|
void |
setBranch(String branch)
Setter for property branch.
|
void |
setDescription(String description)
Setter for property description.
|
void |
setFile(File file)
Setter for property file.
|
void |
setHeadRevision(String headRevision)
Setter for property headRevision.
|
void |
setKeywordSubstitution(String keywordSubstitution)
Setter for property keywordSubstitution.
|
void |
setLocks(String locks)
Setter for property locks.
|
void |
setRepositoryFilename(String repositoryFilename)
Setter for property repositoryFilename.
|
void |
setSelectedRevisions(String selectedRevisions)
Setter for property selectedRevisions.
|
void |
setTotalRevisions(String totalRevisions)
Setter for property totalRevisions.
|
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 String getRepositoryFilename()
public void setRepositoryFilename(String repositoryFilename)
repositoryFilename
- New value of property repositoryFilename.public String getHeadRevision()
public void setHeadRevision(String headRevision)
headRevision
- New value of property headRevision.public String getBranch()
public void setBranch(String branch)
branch
- New value of property branch.public String getAccessList()
public void setAccessList(String accessList)
accessList
- New value of property accessList.public String getKeywordSubstitution()
public void setKeywordSubstitution(String keywordSubstitution)
keywordSubstitution
- New value of property keywordSubstitution.public String getTotalRevisions()
public void setTotalRevisions(String totalRevisions)
totalRevisions
- New value of property totalRevisions.public String getSelectedRevisions()
public void setSelectedRevisions(String selectedRevisions)
selectedRevisions
- New value of property selectedRevisions.public String getDescription()
public void setDescription(String description)
description
- New value of property description.public String getLocks()
public void setLocks(String locks)
locks
- New value of property locks.public void addRevision(LogInformation.Revision newRevision)
public List<LogInformation.Revision> getRevisionList()
public LogInformation.Revision getRevision(String number)
public void addSymbolicName(String symName, String revisionNumber)
public List<LogInformation.SymName> getAllSymbolicNames()
public List<LogInformation.SymName> getSymNamesForRevision(String revNumber)
public LogInformation.SymName getSymName(String symName)
public LogInformation.Revision createNewRevision(String number)
Copyright © 2016. All rights reserved.