ch.busyboxes.agoo.service.impl.adapter
Class WatchedFolderAdapter

java.lang.Object
  extended by ch.busyboxes.agoo.service.impl.adapter.WatchedFolderAdapter

public class WatchedFolderAdapter
extends java.lang.Object

Converter between WatchedFolder and WebWatchedFolder

Author:
julien@busyboxes.ch

Constructor Summary
WatchedFolderAdapter()
           
 
Method Summary
static WebWatchedFolder adaptWatchedFolderShallow(WatchedFolder watchedFolder)
          Convert a WatchedFolder into a WebWatchedFolder without attaching WebWatchedFiles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchedFolderAdapter

public WatchedFolderAdapter()
Method Detail

adaptWatchedFolderShallow

public static WebWatchedFolder adaptWatchedFolderShallow(WatchedFolder watchedFolder)
Convert a WatchedFolder into a WebWatchedFolder without attaching WebWatchedFiles

Parameters:
watchedFolder - the WatchedFolder object
Returns:
the converted WebWatchedFolder


Copyright © 2009. All Rights Reserved.