org.apache.maven.plugin.assembly.archive.archiver
Class PrefixedArchivedFileSet

java.lang.Object
  extended by org.apache.maven.plugin.assembly.archive.archiver.PrefixedArchivedFileSet
All Implemented Interfaces:
ArchivedFileSet, BaseFileSet

public class PrefixedArchivedFileSet
extends Object
implements ArchivedFileSet

Version:
$Id: PrefixedArchivedFileSet.java 727431 2008-12-17 16:38:37Z jdcasey $

Constructor Summary
PrefixedArchivedFileSet(ArchivedFileSet fileSet, String rootPrefix, FileSelector[] selectors)
           
 
Method Summary
 File getArchive()
           
 String[] getExcludes()
           
 FileSelector[] getFileSelectors()
           
 String[] getIncludes()
           
 String getPrefix()
           
 boolean isCaseSensitive()
           
 boolean isIncludingEmptyDirectories()
           
 boolean isUsingDefaultExcludes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixedArchivedFileSet

public PrefixedArchivedFileSet(ArchivedFileSet fileSet,
                               String rootPrefix,
                               FileSelector[] selectors)
Method Detail

getArchive

public File getArchive()
Specified by:
getArchive in interface ArchivedFileSet

getExcludes

public String[] getExcludes()
Specified by:
getExcludes in interface BaseFileSet

getFileSelectors

public FileSelector[] getFileSelectors()
Specified by:
getFileSelectors in interface BaseFileSet

getIncludes

public String[] getIncludes()
Specified by:
getIncludes in interface BaseFileSet

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface BaseFileSet

isCaseSensitive

public boolean isCaseSensitive()
Specified by:
isCaseSensitive in interface BaseFileSet

isIncludingEmptyDirectories

public boolean isIncludingEmptyDirectories()
Specified by:
isIncludingEmptyDirectories in interface BaseFileSet

isUsingDefaultExcludes

public boolean isUsingDefaultExcludes()
Specified by:
isUsingDefaultExcludes in interface BaseFileSet


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.