Package net.sf.robocode.repository.items

Examples of net.sf.robocode.repository.items.IRepositoryItem.update()


    visitDirectory(rootPath, items, itemsLastModification);

    // Run thru all found repository items and update these according to their 'last modified' date
    for (int i = 0; i < items.size(); i++) {
      IRepositoryItem repositoryItem = items.get(i);
      repositoryItem.update(itemsLastModification.get(i), force);
    }
  }

  private void visitDirectory(File path, final List<IRepositoryItem> items, final List<Long> itemsLastModification) {
   
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.