org.jboss.virtual.plugins.context
Class VfsArchiveBrowserFactory

java.lang.Object
  extended by org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory
All Implemented Interfaces:
org.jboss.util.file.ArchiveBrowserFactory

Deprecated.

public class VfsArchiveBrowserFactory
extends java.lang.Object
implements org.jboss.util.file.ArchiveBrowserFactory

This is a bridge to an older, crappier API written by myself.

Version:
$Revision: 1.1 $
Author:
Bill Burke

Constructor Summary
VfsArchiveBrowserFactory()
          Deprecated.  
 
Method Summary
 java.util.Iterator create(java.net.URL url, org.jboss.util.file.ArchiveBrowser.Filter filter)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VfsArchiveBrowserFactory

public VfsArchiveBrowserFactory()
Deprecated. 
Method Detail

create

public java.util.Iterator create(java.net.URL url,
                                 org.jboss.util.file.ArchiveBrowser.Filter filter)
Deprecated. 
Specified by:
create in interface org.jboss.util.file.ArchiveBrowserFactory