Package com.sun.enterprise.diagnostics.util

Examples of com.sun.enterprise.diagnostics.util.DDFilter


     * @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
View Full Code Here

TOP

Related Classes of com.sun.enterprise.diagnostics.util.DDFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.