Package net.rim.tumbler.file

Examples of net.rim.tumbler.file.ExtensionDependencyManager


      }
    }
   
    // find all extensions that need to be built with dependencies taken
    // into account
    ExtensionDependencyManager edm = new ExtensionDependencyManager(
        _extensionLookupTable);
    extensions = edm.resolveExtensions(extensions);
       
    for (String extensionId : extensions) {
      ExtensionInfo info = _extensionLookupTable.get(extensionId);
      HashSet<String> javaPaths = info.getRepositoryJavaPaths();
      copyExtensionPathsToSourceDir(javaPaths, getExtensionPath(), info.getExtensionFolder());
View Full Code Here

TOP

Related Classes of net.rim.tumbler.file.ExtensionDependencyManager

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.