Package tv.porst.splib.file

Examples of tv.porst.splib.file.IDirectoryTraversalVisitor


   */
  private static StatsResult generateStats(final File directory) {

    final Map<Integer, Integer> tagCounts = new TreeMap<Integer, Integer>();

    DirectoryTraverser.traverse(directory, new IDirectoryTraversalVisitor() {

      @Override
      public void visit(final File file) {

        if (!file.getAbsolutePath().endsWith("swf")) {
View Full Code Here

TOP

Related Classes of tv.porst.splib.file.IDirectoryTraversalVisitor

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.