org.vafer.jdeb.producers
Class FileSetDataProducer

java.lang.Object
  extended by org.vafer.jdeb.producers.FileSetDataProducer
All Implemented Interfaces:
DataProducer

Deprecated. please use DataProducerFileSet instead

public final class FileSetDataProducer
extends Object
implements DataProducer

DataProducer providing data from an Ant fileset. TarFileSets are also supported with their permissions.

Author:
Emmanuel Bourg

Constructor Summary
FileSetDataProducer(org.apache.tools.ant.types.FileSet pFileset)
          Deprecated.  
 
Method Summary
 void produce(DataConsumer pReceiver)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetDataProducer

public FileSetDataProducer(org.apache.tools.ant.types.FileSet pFileset)
Deprecated. 
Method Detail

produce

public void produce(DataConsumer pReceiver)
             throws IOException
Deprecated. 
Specified by:
produce in interface DataProducer
Throws:
IOException


Copyright © 2010. All Rights Reserved.