public class Info extends Object implements Serializable
Constructor and Description |
---|
Info(Info aInfo)
A backward-compat constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Retrieves the author of the last commit
|
long |
getCopyRev()
Retrieves the copy source revision
|
String |
getCopyUrl()
Retrieves the copy source url
|
Date |
getLastChangedDate()
Retrieves the date of the last commit
|
long |
getLastChangedRevision()
Retrieves the revision of the last commit
|
Date |
getLastDatePropsUpdate()
Retrieves the last date the properties were changed
|
Date |
getLastDateTextUpdate()
Retrieves the last date the text content was changed
|
String |
getName()
Retrieves the name of the item
|
int |
getNodeKind()
Retrieves the nodeKind
|
String |
getRepository()
Retrieves the url of the repository
|
long |
getRevision()
Retrieves the last revision the item was updated to
|
int |
getSchedule()
Retrieves the schedule of the next commit
|
String |
getUrl()
Retrieves the url of the item
|
String |
getUuid()
Retrieves the uuid of the repository
|
boolean |
isAbsent()
Retrieve if the item is absent
|
boolean |
isCopied()
Retrieve if the item was copied
|
boolean |
isDeleted()
Retrieve if the item was deleted
|
boolean |
isIncomplete()
Retrieve if the item is incomplete
|
public Info(Info aInfo)
public String getName()
public String getUrl()
public String getUuid()
public String getRepository()
public int getSchedule()
public int getNodeKind()
public String getAuthor()
public long getRevision()
public long getLastChangedRevision()
public Date getLastChangedDate()
public Date getLastDateTextUpdate()
public Date getLastDatePropsUpdate()
public boolean isCopied()
public boolean isDeleted()
public boolean isAbsent()
public boolean isIncomplete()
public long getCopyRev()
public String getCopyUrl()
Copyright © 2018. All rights reserved.