Examples of excludePlatformClasses()


Examples of com.sun.jini.tool.classdepend.ClassDependParameters.CDPBuilder.excludePlatformClasses()

    } else if (arg.equals("-files")) {
        files = true;
                } else if (arg.equals("-graph")) {
                    graph = true;
                } else if (arg.equals("-excljava")) {
                    cdpb.excludePlatformClasses(true);
    } else if (arg.startsWith("-")) {
        throw new IllegalArgumentException("Bad option: " + arg);
    } else {
        rootClasses.add(arg);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.