org.apache.maven.plugin.source
Class SourceBundler

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

public class SourceBundler
extends Object

Helper class that generates the jar file

Version:
$Id: SourceBundler.java 420743 2006-07-11 07:01:47Z oching $
Author:
Trygve Laugstøl

Constructor Summary
SourceBundler()
           
 
Method Summary
 void makeSourceBundle(File outputFile, File[] sourceDirectories, org.codehaus.plexus.archiver.Archiver archiver)
          Method to create an archive of the specified files
 
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(File outputFile,
                             File[] sourceDirectories,
                             org.codehaus.plexus.archiver.Archiver archiver)
                      throws org.codehaus.plexus.archiver.ArchiverException,
                             IOException
Method to create an archive of the specified files

Parameters:
outputFile - the destination file of the generated archive
sourceDirectories - the directory where the files to be archived are located
archiver - the archiver object that will create the archive
Throws:
org.codehaus.plexus.archiver.ArchiverException
IOException


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