class CleanupJobContent extends java.lang.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 java.util.List<PegasusFile> |
mToBeDeletedFiles
The list of files that need to be deleted and are associated with this job.
|
Constructor and Description |
---|
CleanupJobContent(GraphNode node,
java.util.List<PegasusFile> files) |
Modifier and Type | Method and Description |
---|---|
java.util.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 java.util.List<PegasusFile> mToBeDeletedFiles
public CleanupJobContent(GraphNode node, java.util.List<PegasusFile> files)
cleanupNode
- files
- public java.util.List<PegasusFile> getListOfFilesToDelete()
public GraphNode getNode()