Package flex2.compiler.swc

Examples of flex2.compiler.swc.SwcCache.export()


             
              Swc swc = swcs[0];
              swc.setDigest(Swc.LIBRARY_SWF, digest);
             
            // export SWC
              cache.export(swc);

              //confirmation message
              if (ThreadLocalToolkit.errorCount() == 0)
              {
                ThreadLocalToolkit.log(new OutputMessage(swc.getLocation()));
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.