A C D F G H I J R S T U V W

A

AboutController - Class in ch.busyboxes.agoo.controller
This class represents the controller of the about page
AboutController() - Constructor for class ch.busyboxes.agoo.controller.AboutController
Default constructor
AbstractHibernateDAO - Class in ch.busyboxes.agoo.dao.impl
Abstract class for DAOs
AbstractHibernateDAO() - Constructor for class ch.busyboxes.agoo.dao.impl.AbstractHibernateDAO
 
adaptWatchedFile(WatchedFile) - Static method in class ch.busyboxes.agoo.service.impl.adapter.WatchedFileAdapter
Convert a WatchedFile into a WebWatchedFile
adaptWatchedFiles(List<WatchedFile>) - Static method in class ch.busyboxes.agoo.service.impl.adapter.WatchedFileAdapter
Converts a list of watched files to a list of web watched files
adaptWatchedFolderShallow(WatchedFolder) - Static method in class ch.busyboxes.agoo.service.impl.adapter.WatchedFolderAdapter
Convert a WatchedFolder into a WebWatchedFolder without attaching WebWatchedFiles
addCheckFileTask(Long) - Method in class ch.busyboxes.agoo.service.impl.WatcherTaskServiceImpl
 
addCheckFileTask(Long) - Method in interface ch.busyboxes.agoo.service.WatcherTaskService
Creates a new task to check a file
addFolder(ModelMap) - Method in class ch.busyboxes.agoo.controller.FolderController
This method responds to a GET request on the folder addition page
addFolder(FolderAdditionForm, BindingResult, ModelMap) - Method in class ch.busyboxes.agoo.controller.FolderController
This method responds to a GET request on the folder addition page
addScanFolderTask(Long) - Method in class ch.busyboxes.agoo.service.impl.WatcherTaskServiceImpl
 
addScanFolderTask(Long) - Method in interface ch.busyboxes.agoo.service.WatcherTaskService
Creates a new task to scan a folder
addWatchedFilesToFolder(WatchedFolder, List<String>) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFolderDAOImpl
 
addWatchedFilesToFolder(WatchedFolder, List<String>) - Method in interface ch.busyboxes.agoo.dao.WatchedFolderDAO
Add the given paths to the given watched folder
addWatchedFileToFolder(WatchedFolder, String) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFolderDAOImpl
 
addWatchedFileToFolder(WatchedFolder, String) - Method in interface ch.busyboxes.agoo.dao.WatchedFolderDAO
Add the given path to the given watched folder

C

ch.busyboxes.agoo.controller - package ch.busyboxes.agoo.controller
Provides the controller part of the web application.
ch.busyboxes.agoo.controller.form - package ch.busyboxes.agoo.controller.form
 
ch.busyboxes.agoo.controller.model - package ch.busyboxes.agoo.controller.model
Provides the model for the views of the web application.
ch.busyboxes.agoo.dao - package ch.busyboxes.agoo.dao
 
ch.busyboxes.agoo.dao.impl - package ch.busyboxes.agoo.dao.impl
 
ch.busyboxes.agoo.job - package ch.busyboxes.agoo.job
 
ch.busyboxes.agoo.model - package ch.busyboxes.agoo.model
 
ch.busyboxes.agoo.model.enumeration - package ch.busyboxes.agoo.model.enumeration
 
ch.busyboxes.agoo.service - package ch.busyboxes.agoo.service
 
ch.busyboxes.agoo.service.impl - package ch.busyboxes.agoo.service.impl
 
ch.busyboxes.agoo.service.impl.adapter - package ch.busyboxes.agoo.service.impl.adapter
 
ch.busyboxes.agoo.validator - package ch.busyboxes.agoo.validator
 
checkWatchedFile(long) - Method in class ch.busyboxes.agoo.service.impl.WatchedFileServiceImpl
 
checkWatchedFile(long) - Method in interface ch.busyboxes.agoo.service.WatchedFileService
Checks a watched file
computeMd5Hash(String) - Method in interface ch.busyboxes.agoo.dao.FileSystemDAO
Compute md5 hash
computeMd5Hash(String) - Method in class ch.busyboxes.agoo.dao.impl.FileSystemDAOImpl
 
createNewTask(TaskType, Long) - Method in class ch.busyboxes.agoo.dao.impl.WatcherTaskDAOImpl
 
createNewTask(TaskType, Long) - Method in interface ch.busyboxes.agoo.dao.WatcherTaskDAO
Creates a new task
createWatchedFolderByPath(String) - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
 
createWatchedFolderByPath(String) - Method in interface ch.busyboxes.agoo.service.WatchedFolderService
Creates a new watched folder with the given path

D

deleteFolder(Long) - Method in class ch.busyboxes.agoo.controller.FolderController
This method deletes the watched folder
deleteWatchedFolder(Long) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFolderDAOImpl
 
deleteWatchedFolder(Long) - Method in interface ch.busyboxes.agoo.dao.WatchedFolderDAO
Delete the watched folder based on its id
deleteWatchedFolder(Long) - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
 
deleteWatchedFolder(Long) - Method in interface ch.busyboxes.agoo.service.WatchedFolderService
Deletes the given watched folder

F

fetchNextPendingTask() - Method in class ch.busyboxes.agoo.dao.impl.WatcherTaskDAOImpl
 
fetchNextPendingTask() - Method in interface ch.busyboxes.agoo.dao.WatcherTaskDAO
Returns the next pending task
FileController - Class in ch.busyboxes.agoo.controller
This class represents the controller for file page
FileController() - Constructor for class ch.busyboxes.agoo.controller.FileController
 
fileDetails(Long) - Method in class ch.busyboxes.agoo.controller.FileController
This method responds to a request on the file details page
FileSystemDAO - Interface in ch.busyboxes.agoo.dao
Abstraction of tasks executed on the file system
FileSystemDAOImpl - Class in ch.busyboxes.agoo.dao.impl
Implementation of the file system dao
FileSystemDAOImpl() - Constructor for class ch.busyboxes.agoo.dao.impl.FileSystemDAOImpl
 
FolderAdditionForm - Class in ch.busyboxes.agoo.controller.form
This represents the form for creating a new watched folder
FolderAdditionForm() - Constructor for class ch.busyboxes.agoo.controller.form.FolderAdditionForm
 
FolderAdditionValidator - Class in ch.busyboxes.agoo.validator
Validator for FolderAdditionForm
FolderAdditionValidator() - Constructor for class ch.busyboxes.agoo.validator.FolderAdditionValidator
 
FolderController - Class in ch.busyboxes.agoo.controller
This class represents the controller of the folder page
FolderController() - Constructor for class ch.busyboxes.agoo.controller.FolderController
 
folderDetails(Long, Integer) - Method in class ch.busyboxes.agoo.controller.FolderController
This method responds to a request on the folder details page
folderHomepage(ModelMap) - Method in class ch.busyboxes.agoo.controller.FolderController
This method responds to a GET request on the folders index page

G

getAllWatchedFolders() - Method in class ch.busyboxes.agoo.dao.impl.WatchedFolderDAOImpl
 
getAllWatchedFolders() - Method in interface ch.busyboxes.agoo.dao.WatchedFolderDAO
Returns the list of all watched folders
getAllWatchedFolders() - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
 
getAllWatchedFolders() - Method in interface ch.busyboxes.agoo.service.WatchedFolderService
Returns the list of all watched folders
getCreated() - Method in class ch.busyboxes.agoo.model.WatcherTask
Get the date when the task was created
getFilename() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Returns the file name relative to the folder
getFilename() - Method in class ch.busyboxes.agoo.model.WatchedFile
Returns the file name relative to the folder
getFilesInPath(String) - Method in interface ch.busyboxes.agoo.dao.FileSystemDAO
List all files in a given folder
getFilesInPath(String) - Method in class ch.busyboxes.agoo.dao.impl.FileSystemDAOImpl
 
getFolderPath() - Method in class ch.busyboxes.agoo.controller.form.FolderAdditionForm
Returns the watched folder's path
getFolderPath() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFolder
Returns the path corresponding to this folder
getFolderPath() - Method in class ch.busyboxes.agoo.model.WatchedFolder
Returns the path corresponding to this folder
getId() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Returns the id of the watched file
getId() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFolder
Returns the id of the watched folder
getId() - Method in class ch.busyboxes.agoo.model.WatchedFile
Returns the id of the watched file
getId() - Method in class ch.busyboxes.agoo.model.WatchedFolder
Returns the id of the watched folder
getId() - Method in class ch.busyboxes.agoo.model.WatcherTask
Returns the id of the watched file
getLastCheck() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Returns the last check date for this file
getLastCheck() - Method in class ch.busyboxes.agoo.model.WatchedFile
Returns the last check date for this file
getMd5Hash() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Returns the md5 hash for this file
getMd5Hash() - Method in class ch.busyboxes.agoo.model.WatchedFile
Returns the md5 hash for this file
getNumberOfFilesWatched() - Method in class ch.busyboxes.agoo.service.impl.WatchedFileServiceImpl
Returns the total number of files watched
getNumberOfFilesWatched() - Method in interface ch.busyboxes.agoo.service.WatchedFileService
Returns the total number of files watched
getTargetId() - Method in class ch.busyboxes.agoo.model.WatcherTask
Gets the target id
getTaskState() - Method in class ch.busyboxes.agoo.model.WatcherTask
Gets the task state
getTaskType() - Method in class ch.busyboxes.agoo.model.WatcherTask
Gets the task type
getTotalFilesWatched() - Method in class ch.busyboxes.agoo.dao.impl.WatchedFileDAOImpl
 
getTotalFilesWatched() - Method in interface ch.busyboxes.agoo.dao.WatchedFileDAO
Returns the total number of files watched
getWatchedFileById(Long) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFileDAOImpl
 
getWatchedFileById(Long) - Method in interface ch.busyboxes.agoo.dao.WatchedFileDAO
Gets a watched file by ID
getWatchedFileById(Long) - Method in class ch.busyboxes.agoo.service.impl.WatchedFileServiceImpl
 
getWatchedFileById(Long) - Method in interface ch.busyboxes.agoo.service.WatchedFileService
Return the file based on its ID
getWatchedFiles() - Method in class ch.busyboxes.agoo.model.WatchedFolder
Returns the list of files associated with this folder
getWatchedFilesByFolderPaged(Long, int, int) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFileDAOImpl
 
getWatchedFilesByFolderPaged(Long, int, int) - Method in interface ch.busyboxes.agoo.dao.WatchedFileDAO
Returns the files associated with the given folder using paging
getWatchedFilesByFolderPaged(Long, int, int) - Method in class ch.busyboxes.agoo.service.impl.WatchedFileServiceImpl
 
getWatchedFilesByFolderPaged(Long, int, int) - Method in interface ch.busyboxes.agoo.service.WatchedFileService
Returns the files associated with the given folder using paging
getWatchedFilesCount() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFolder
Sets the number for watched files
getWatchedFileState() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Get the watched file state
getWatchedFileState() - Method in class ch.busyboxes.agoo.model.WatchedFile
Gets the watched file state
getWatchedFolder() - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Rerurns he folder containing this file
getWatchedFolder() - Method in class ch.busyboxes.agoo.model.WatchedFile
Rerurns he folder containing this file
getWatchedFolderById(Long) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFolderDAOImpl
 
getWatchedFolderById(Long) - Method in interface ch.busyboxes.agoo.dao.WatchedFolderDAO
Gets a watched folder by ID
getWatchedFolderById(Long) - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
 
getWatchedFolderById(Long) - Method in interface ch.busyboxes.agoo.service.WatchedFolderService
Gets a watched folder by ID

H

hibernateTemplate - Variable in class ch.busyboxes.agoo.dao.impl.AbstractHibernateDAO
Spring hibernate facility

I

IndexController - Class in ch.busyboxes.agoo.controller
This class represents the controller of the index page
IndexController() - Constructor for class ch.busyboxes.agoo.controller.IndexController
Default constructor
indexPage(ModelMap) - Method in class ch.busyboxes.agoo.controller.AboutController
This method responds to a GET request on the index page
indexPage(ModelMap) - Method in class ch.busyboxes.agoo.controller.IndexController
This method responds to a GET request on the index page

J

JobOrchestrator - Class in ch.busyboxes.agoo.job
Launches jobs
JobOrchestrator() - Constructor for class ch.busyboxes.agoo.job.JobOrchestrator
 

R

refreshFolder(Long) - Method in class ch.busyboxes.agoo.controller.FolderController
This method refresh the watched files in the given folder
refreshWatchedFilesInWatchedFolder(Long) - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
 
refreshWatchedFilesInWatchedFolder(Long) - Method in interface ch.busyboxes.agoo.service.WatchedFolderService
Refreshes the files present in the given folder
removeTask(WatcherTask) - Method in class ch.busyboxes.agoo.dao.impl.WatcherTaskDAOImpl
 
removeTask(WatcherTask) - Method in interface ch.busyboxes.agoo.dao.WatcherTaskDAO
Removes the following task
run() - Method in class ch.busyboxes.agoo.job.JobOrchestrator
Periodically launched job
runNextTask() - Method in class ch.busyboxes.agoo.service.impl.WatcherTaskServiceImpl
 
runNextTask() - Method in interface ch.busyboxes.agoo.service.WatcherTaskService
Executes the next pending task

S

saveWatchedFile(WatchedFile) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFileDAOImpl
 
saveWatchedFile(WatchedFile) - Method in interface ch.busyboxes.agoo.dao.WatchedFileDAO
Saves the given watched file
saveWatchedFolder(WatchedFolder) - Method in class ch.busyboxes.agoo.dao.impl.WatchedFolderDAOImpl
 
saveWatchedFolder(WatchedFolder) - Method in interface ch.busyboxes.agoo.dao.WatchedFolderDAO
Saves the given WatchedFolder
setCreated(Date) - Method in class ch.busyboxes.agoo.model.WatcherTask
Sets the task's creation date
setFilename(String) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Sets the file name for this file
setFilename(String) - Method in class ch.busyboxes.agoo.model.WatchedFile
Sets the file name for this file
setFileSystemDAO(FileSystemDAO) - Method in class ch.busyboxes.agoo.service.impl.WatchedFileServiceImpl
Sets the file system DAO
setFileSystemDAO(FileSystemDAO) - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
The file system DAO used in this service
setFolderPath(String) - Method in class ch.busyboxes.agoo.controller.form.FolderAdditionForm
Sets the watched folder's path
setFolderPath(String) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFolder
Sets the path corresponding to this folder
setFolderPath(String) - Method in class ch.busyboxes.agoo.model.WatchedFolder
Sets the path corresponding to this folder
setId(Long) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Sets the id
setId(Long) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFolder
Sets the id of the watched folder param id the id of the watched folder
setLastCheck(Date) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Sets the last check date for this file
setLastCheck(Date) - Method in class ch.busyboxes.agoo.model.WatchedFile
Sets the last check date for this file
setMd5Hash(String) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Sets the md5 hash for this files
setMd5Hash(String) - Method in class ch.busyboxes.agoo.model.WatchedFile
Sets the md5 hash for this files
setSessionFactory(SessionFactory) - Method in class ch.busyboxes.agoo.dao.impl.AbstractHibernateDAO
Sets the Hibernate session factory to be used by this DAO
setTargetId(Long) - Method in class ch.busyboxes.agoo.model.WatcherTask
Sets the target id
setTaskState(TaskState) - Method in class ch.busyboxes.agoo.model.WatcherTask
Sets the task state
setTaskType(TaskType) - Method in class ch.busyboxes.agoo.model.WatcherTask
Sets the task type
setWatchedFileDAO(WatchedFileDAO) - Method in class ch.busyboxes.agoo.service.impl.WatchedFileServiceImpl
The watched files DAO used in this service
setWatchedFiles(List<WatchedFile>) - Method in class ch.busyboxes.agoo.model.WatchedFolder
Sets the list of files associated with this folder
setWatchedFilesCount(int) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFolder
Gets the number of watches files
setWatchedFileService(WatchedFileService) - Method in class ch.busyboxes.agoo.controller.FileController
Sets the watched file service
setWatchedFileService(WatchedFileService) - Method in class ch.busyboxes.agoo.controller.FolderController
Sets the watched file service
setWatchedFileService(WatchedFileService) - Method in class ch.busyboxes.agoo.controller.IndexController
Sets the watched file service
setWatchedFileService(WatchedFileService) - Method in class ch.busyboxes.agoo.service.impl.WatcherTaskServiceImpl
Sets the watched file service
setWatchedFileState(WatchedFileState) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Sets the watched file state
setWatchedFileState(WatchedFileState) - Method in class ch.busyboxes.agoo.model.WatchedFile
Sets the watched file state
setWatchedFolder(WebWatchedFolder) - Method in class ch.busyboxes.agoo.controller.model.WebWatchedFile
Sets the associated folder to this file
setWatchedFolder(WatchedFolder) - Method in class ch.busyboxes.agoo.model.WatchedFile
Sets the associated folder to this file
setWatchedFolderDAO(WatchedFolderDAO) - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
The watched folders DAO used in this service
setWatchedFolderService(WatchedFolderService) - Method in class ch.busyboxes.agoo.controller.FolderController
Sets the watched folder service
setWatchedFolderService(WatchedFolderService) - Method in class ch.busyboxes.agoo.service.impl.WatcherTaskServiceImpl
Sets the watched folder service
setWatcherTaskDAO(WatcherTaskDAO) - Method in class ch.busyboxes.agoo.service.impl.WatcherTaskServiceImpl
Sets the watcher task DAO
setWatcherTaskService(WatcherTaskService) - Method in class ch.busyboxes.agoo.job.JobOrchestrator
Sets the watcher task service
setWatcherTaskService(WatcherTaskService) - Method in class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
The service used to create new task
supports(Class) - Method in class ch.busyboxes.agoo.validator.FolderAdditionValidator
 

T

TaskState - Enum in ch.busyboxes.agoo.model.enumeration
Possible states of a given task
TaskType - Enum in ch.busyboxes.agoo.model.enumeration
Possible tasks
toString() - Method in class ch.busyboxes.agoo.model.WatcherTask
String representation of the task

U

updateTask(WatcherTask) - Method in class ch.busyboxes.agoo.dao.impl.WatcherTaskDAOImpl
 
updateTask(WatcherTask) - Method in interface ch.busyboxes.agoo.dao.WatcherTaskDAO
Updates the given task

V

validate(Object, Errors) - Method in class ch.busyboxes.agoo.validator.FolderAdditionValidator
 
valueOf(String) - Static method in enum ch.busyboxes.agoo.model.enumeration.TaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.busyboxes.agoo.model.enumeration.TaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.busyboxes.agoo.model.enumeration.WatchedFileState
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.busyboxes.agoo.model.enumeration.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.busyboxes.agoo.model.enumeration.TaskType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.busyboxes.agoo.model.enumeration.WatchedFileState
Returns an array containing the constants of this enum type, in the order they are declared.

W

WatchedFile - Class in ch.busyboxes.agoo.model
A file watched by the Agoo system
WatchedFile() - Constructor for class ch.busyboxes.agoo.model.WatchedFile
 
WatchedFileAdapter - Class in ch.busyboxes.agoo.service.impl.adapter
Converter between WatchedFile and WebWatchedFile
WatchedFileAdapter() - Constructor for class ch.busyboxes.agoo.service.impl.adapter.WatchedFileAdapter
 
WatchedFileDAO - Interface in ch.busyboxes.agoo.dao
Interface for accessing watched files
WatchedFileDAOImpl - Class in ch.busyboxes.agoo.dao.impl
This is the Hibernate implementation of the WatchedFile DAO
WatchedFileDAOImpl() - Constructor for class ch.busyboxes.agoo.dao.impl.WatchedFileDAOImpl
 
WatchedFileService - Interface in ch.busyboxes.agoo.service
Interface to Watched files Service
WatchedFileServiceImpl - Class in ch.busyboxes.agoo.service.impl
Implementation of the watched file service
WatchedFileServiceImpl() - Constructor for class ch.busyboxes.agoo.service.impl.WatchedFileServiceImpl
 
WatchedFileState - Enum in ch.busyboxes.agoo.model.enumeration
This enumeration states all possible watched file state
WatchedFolder - Class in ch.busyboxes.agoo.model
A folder watched by the Agoo system, it's basically a container for watched files
WatchedFolder() - Constructor for class ch.busyboxes.agoo.model.WatchedFolder
 
WatchedFolderAdapter - Class in ch.busyboxes.agoo.service.impl.adapter
Converter between WatchedFolder and WebWatchedFolder
WatchedFolderAdapter() - Constructor for class ch.busyboxes.agoo.service.impl.adapter.WatchedFolderAdapter
 
WatchedFolderDAO - Interface in ch.busyboxes.agoo.dao
Interface for accessing watched folders
WatchedFolderDAOImpl - Class in ch.busyboxes.agoo.dao.impl
This is the Hibernate implementation of the WatchedFolder DAO
WatchedFolderDAOImpl() - Constructor for class ch.busyboxes.agoo.dao.impl.WatchedFolderDAOImpl
 
WatchedFolderService - Interface in ch.busyboxes.agoo.service
Interface to Watched folder Service
WatchedFolderServiceImpl - Class in ch.busyboxes.agoo.service.impl
Implementation of the watched folder service
WatchedFolderServiceImpl() - Constructor for class ch.busyboxes.agoo.service.impl.WatchedFolderServiceImpl
 
WatcherTask - Class in ch.busyboxes.agoo.model
A file watched by the Agoo system
WatcherTask() - Constructor for class ch.busyboxes.agoo.model.WatcherTask
 
WatcherTaskDAO - Interface in ch.busyboxes.agoo.dao
DAO for accessing watcher tasks
WatcherTaskDAOImpl - Class in ch.busyboxes.agoo.dao.impl
Implementation of the watcher task DAO
WatcherTaskDAOImpl() - Constructor for class ch.busyboxes.agoo.dao.impl.WatcherTaskDAOImpl
 
WatcherTaskService - Interface in ch.busyboxes.agoo.service
Service running tasks
WatcherTaskServiceImpl - Class in ch.busyboxes.agoo.service.impl
Implementation of the task runner service
WatcherTaskServiceImpl() - Constructor for class ch.busyboxes.agoo.service.impl.WatcherTaskServiceImpl
 
WebWatchedFile - Class in ch.busyboxes.agoo.controller.model
A representation of a file watched by the Agoo system, this representation contains what needs to be displayed in a view
WebWatchedFile() - Constructor for class ch.busyboxes.agoo.controller.model.WebWatchedFile
 
WebWatchedFolder - Class in ch.busyboxes.agoo.controller.model
A representation of a folder watched by the Agoo system, this object contains what is required to display in a view
WebWatchedFolder() - Constructor for class ch.busyboxes.agoo.controller.model.WebWatchedFolder
 

A C D F G H I J R S T U V W

Copyright © 2009. All Rights Reserved.