org.vafer.jdeb.producers
Class DataProducerFileSet

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

public final class DataProducerFileSet
extends Object
implements DataProducer

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

Author:
Emmanuel Bourg

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

Constructor Detail

DataProducerFileSet

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

produce

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


Copyright © 2012. All Rights Reserved.