class CleanupJobContent extends Object implements GraphNodeContent
Modifier and Type | Field and Description |
---|---|
private GraphNode |
mNode
The graph cleanupNode object for the associated job whose files are being deleted.
|
private List<PegasusFile> |
mToBeDeletedFiles
The list of files that need to be deleted and are associated with this job.
|
Constructor and Description |
---|
CleanupJobContent(GraphNode node,
List<PegasusFile> files) |
Modifier and Type | Method and Description |
---|---|
List<PegasusFile> |
getListOfFilesToDelete()
Returns the list of files to be deleted for a cleanupNode
|
GraphNode |
getNode()
Returns the associated cleanupNode for which the files are deleted.
|
private GraphNode mNode
private List<PegasusFile> mToBeDeletedFiles
public CleanupJobContent(GraphNode node, List<PegasusFile> files)
cleanupNode
- files
- public List<PegasusFile> getListOfFilesToDelete()
public GraphNode getNode()