This is a bean that just holds the path of a serialized graph
| name | data type | description |
|---|---|---|
| path | File | |
| graphPath | File | |
| extraClassPath | File |
Example
{
"path" : {
"parent" : "...",
"canonicalFile" : { },
"absolute" : true,
"file" : true,
"totalSpace" : 12345,
"usableSpace" : 12345,
"freeSpace" : 12345,
"absolutePath" : "...",
"absoluteFile" : { },
"name" : "...",
"parentFile" : { },
"path" : "...",
"directory" : true,
"hidden" : true,
"canonicalPath" : "..."
},
"graphPath" : {
"parent" : "...",
"canonicalFile" : { },
"absolute" : true,
"file" : true,
"totalSpace" : 12345,
"usableSpace" : 12345,
"freeSpace" : 12345,
"absolutePath" : "...",
"absoluteFile" : { },
"name" : "...",
"parentFile" : { },
"path" : "...",
"directory" : true,
"hidden" : true,
"canonicalPath" : "..."
},
"extraClassPath" : {
"parent" : "...",
"canonicalFile" : { },
"absolute" : true,
"file" : true,
"totalSpace" : 12345,
"usableSpace" : 12345,
"freeSpace" : 12345,
"absolutePath" : "...",
"absoluteFile" : { },
"name" : "...",
"parentFile" : { },
"path" : "...",
"directory" : true,
"hidden" : true,
"canonicalPath" : "..."
}
}