* @throws DiagnosticException
*/
public Data capture() throws DiagnosticException {
WritableDataImpl dataImpl = new WritableDataImpl(DataType.APPL_INFO);
dataImpl.addChild(captureGeneratedFilesRelatedInfo(Constants.GENERATED_DIR,new SystemAppsFilter()));
dataImpl.addChild(captureApplicationRelatedInfo(Constants.APPLICATIONS_DIR, new DDFilter()));
return dataImpl;
}//capture