org.codehaus.plexus.application.supervisor
Class DefaultSupervisor
java.lang.Object
org.codehaus.plexus.application.supervisor.DefaultSupervisor
- All Implemented Interfaces:
- Supervisor
public class DefaultSupervisor
- extends Object
- implements Supervisor
- Version:
- $Id: DefaultSupervisor.java 1408 2005-01-21 12:10:16Z trygvis $
- Author:
- Trygve Laugstøl
Fields inherited from interface org.codehaus.plexus.application.supervisor.Supervisor |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSupervisor
public DefaultSupervisor()
addDirectory
public void addDirectory(File directory,
SupervisorListener listener)
throws SupervisorException
- Specified by:
addDirectory
in interface Supervisor
- Throws:
SupervisorException
scan
public void scan()
throws SupervisorException
- Specified by:
scan
in interface Supervisor
- Throws:
SupervisorException
Copyright © 2001-2012 Codehaus. All Rights Reserved.