com.webstersmalley.picweb.offline
Class ImageProcessor

java.lang.Object
  extended by com.webstersmalley.picweb.offline.ImageProcessor

public class ImageProcessor
extends java.lang.Object

Author:
Matthew Smalley

Field Summary
private  java.util.concurrent.ExecutorService executor
           
private  java.util.List images
           
private  ConfigurationModel model
           
private  java.lang.String rootFolder
           
private static long TIMEOUT
           
 
Constructor Summary
ImageProcessor(java.util.List images, ConfigurationModel model, java.lang.String rootFolder)
           
 
Method Summary
private  void createImageCopy(java.io.File source)
           
private  void createThumbnail(java.io.File source)
           
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMEOUT

private static final long TIMEOUT
See Also:
Constant Field Values

images

private java.util.List images

model

private ConfigurationModel model

executor

private java.util.concurrent.ExecutorService executor

rootFolder

private java.lang.String rootFolder
Constructor Detail

ImageProcessor

public ImageProcessor(java.util.List images,
                      ConfigurationModel model,
                      java.lang.String rootFolder)
Method Detail

execute

public void execute()

createThumbnail

private void createThumbnail(java.io.File source)

createImageCopy

private void createImageCopy(java.io.File source)


Copyright © 2004-2005-2005 Webster Smalley. All Rights Reserved.