org.apache.maven.plugin.source
Class SourceBundler

java.lang.Object
  extended by org.apache.maven.plugin.source.SourceBundler

public class SourceBundler
extends java.lang.Object

Version:
$Id: SourceBundler.java 389724 2006-03-29 09:28:08Z brett $
Author:
Trygve Laugstøl

Constructor Summary
SourceBundler()
           
 
Method Summary
 void makeSourceBundle(java.io.File outputFile, java.io.File[] sourceDirectories, org.codehaus.plexus.archiver.Archiver archiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceBundler

public SourceBundler()
Method Detail

makeSourceBundle

public void makeSourceBundle(java.io.File outputFile,
                             java.io.File[] sourceDirectories,
                             org.codehaus.plexus.archiver.Archiver archiver)
                      throws org.codehaus.plexus.archiver.ArchiverException,
                             java.io.IOException
Throws:
org.codehaus.plexus.archiver.ArchiverException
java.io.IOException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.