Package org.apache.commons.vfs2.tasks
Class VfsTask.CloseListener
- java.lang.Object
-
- org.apache.commons.vfs2.tasks.VfsTask.CloseListener
-
- All Implemented Interfaces:
java.util.EventListener
,org.apache.tools.ant.BuildListener
,org.apache.tools.ant.SubBuildListener
- Enclosing class:
- VfsTask
private class VfsTask.CloseListener extends java.lang.Object implements org.apache.tools.ant.SubBuildListener
Closes the VFS manager when the project finishes.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CloseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildFinished(org.apache.tools.ant.BuildEvent event)
void
buildStarted(org.apache.tools.ant.BuildEvent event)
void
messageLogged(org.apache.tools.ant.BuildEvent event)
void
subBuildFinished(org.apache.tools.ant.BuildEvent buildEvent)
void
subBuildStarted(org.apache.tools.ant.BuildEvent buildEvent)
void
targetFinished(org.apache.tools.ant.BuildEvent event)
void
targetStarted(org.apache.tools.ant.BuildEvent event)
void
taskFinished(org.apache.tools.ant.BuildEvent event)
void
taskStarted(org.apache.tools.ant.BuildEvent event)
-
-
-
Method Detail
-
subBuildStarted
public void subBuildStarted(org.apache.tools.ant.BuildEvent buildEvent)
- Specified by:
subBuildStarted
in interfaceorg.apache.tools.ant.SubBuildListener
-
subBuildFinished
public void subBuildFinished(org.apache.tools.ant.BuildEvent buildEvent)
- Specified by:
subBuildFinished
in interfaceorg.apache.tools.ant.SubBuildListener
-
buildFinished
public void buildFinished(org.apache.tools.ant.BuildEvent event)
- Specified by:
buildFinished
in interfaceorg.apache.tools.ant.BuildListener
-
buildStarted
public void buildStarted(org.apache.tools.ant.BuildEvent event)
- Specified by:
buildStarted
in interfaceorg.apache.tools.ant.BuildListener
-
messageLogged
public void messageLogged(org.apache.tools.ant.BuildEvent event)
- Specified by:
messageLogged
in interfaceorg.apache.tools.ant.BuildListener
-
targetFinished
public void targetFinished(org.apache.tools.ant.BuildEvent event)
- Specified by:
targetFinished
in interfaceorg.apache.tools.ant.BuildListener
-
targetStarted
public void targetStarted(org.apache.tools.ant.BuildEvent event)
- Specified by:
targetStarted
in interfaceorg.apache.tools.ant.BuildListener
-
taskFinished
public void taskFinished(org.apache.tools.ant.BuildEvent event)
- Specified by:
taskFinished
in interfaceorg.apache.tools.ant.BuildListener
-
taskStarted
public void taskStarted(org.apache.tools.ant.BuildEvent event)
- Specified by:
taskStarted
in interfaceorg.apache.tools.ant.BuildListener
-
-