public class WorkspaceFolder extends WorkspaceItem
Constructor and Description |
---|
WorkspaceFolder(String path,
Date lastModifiedDate)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
getLastModifiedDate, getPath
public WorkspaceFolder(String path, Date lastModifiedDate)
path
- the path of the folder in the workspace.lastModifiedDate
- the date on which the folder was last modified.public int hashCode()
hashCode
in class WorkspaceItem
public boolean equals(Object obj)
equals
in class WorkspaceItem
public String toString()
toString
in class WorkspaceItem
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA