Examples of minimizeSourceFile()


Examples of com.sun.java.util.jar.pack.Package.Class.minimizeSourceFile()

    void trimClassAttributes() {
        for (Iterator i = pkg.classes.iterator(); i.hasNext(); ) {
            Class cls = (Class) i.next();
            // Replace "obvious" SourceFile attrs by null.
            cls.minimizeSourceFile();
        }
    }

    void collectInnerClasses() {
        // Capture inner classes, removing them from individual classes.
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.