org.apache.maven.plugin.assembly.archive
Class DefaultAssemblyArchiverTest.TestArchiverWithConfig
java.lang.Object
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiverTest.TestArchiverWithConfig
- All Implemented Interfaces:
- org.codehaus.plexus.archiver.Archiver
- Enclosing class:
- DefaultAssemblyArchiverTest
public static final class DefaultAssemblyArchiverTest.TestArchiverWithConfig
- extends Object
- implements org.codehaus.plexus.archiver.Archiver
| Fields inherited from interface org.codehaus.plexus.archiver.Archiver |
DEFAULT_DIR_MODE, DEFAULT_FILE_MODE, DUPLICATES_ADD, DUPLICATES_FAIL, DUPLICATES_PRESERVE, DUPLICATES_SKIP, DUPLICATES_VALID_BEHAVIORS, ROLE |
|
Method Summary |
void |
addArchivedFileSet(org.codehaus.plexus.archiver.ArchivedFileSet arg0)
|
void |
addArchivedFileSet(File arg0)
|
void |
addArchivedFileSet(File arg0,
String arg1)
|
void |
addArchivedFileSet(File arg0,
String[] arg1,
String[] arg2)
|
void |
addArchivedFileSet(File arg0,
String arg1,
String[] arg2,
String[] arg3)
|
void |
addDirectory(File arg0)
|
void |
addDirectory(File arg0,
String arg1)
|
void |
addDirectory(File arg0,
String[] arg1,
String[] arg2)
|
void |
addDirectory(File arg0,
String arg1,
String[] arg2,
String[] arg3)
|
void |
addFile(File arg0,
String arg1)
|
void |
addFile(File arg0,
String arg1,
int arg2)
|
void |
addFileSet(org.codehaus.plexus.archiver.FileSet arg0)
|
void |
addResource(org.codehaus.plexus.components.io.resources.PlexusIoResource arg0,
String arg1,
int arg2)
|
void |
addResources(org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection arg0)
|
void |
createArchive()
|
int |
getDefaultDirectoryMode()
|
int |
getDefaultFileMode()
|
File |
getDestFile()
|
int |
getDirectoryMode()
|
String |
getDuplicateBehavior()
|
int |
getFileMode()
|
Map |
getFiles()
|
boolean |
getIncludeEmptyDirs()
|
int |
getOverrideDirectoryMode()
|
int |
getOverrideFileMode()
|
org.codehaus.plexus.archiver.ResourceIterator |
getResources()
|
String |
getSimpleConfig()
|
boolean |
isForced()
|
boolean |
isIgnorePermissions()
|
boolean |
isSupportingForced()
|
boolean |
isUseJvmChmod()
|
void |
setDefaultDirectoryMode(int arg0)
|
void |
setDefaultFileMode(int arg0)
|
void |
setDestFile(File arg0)
|
void |
setDirectoryMode(int mode)
|
void |
setDotFileDirectory(File arg0)
|
void |
setDuplicateBehavior(String duplicate)
|
void |
setFileMode(int mode)
|
void |
setForced(boolean arg0)
|
void |
setIgnorePermissions(boolean ignorePermissions)
|
void |
setIncludeEmptyDirs(boolean arg0)
|
void |
setSimpleConfig(String simpleConfig)
|
void |
setUseJvmChmod(boolean useJvmChmod)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAssemblyArchiverTest.TestArchiverWithConfig
public DefaultAssemblyArchiverTest.TestArchiverWithConfig()
setSimpleConfig
public void setSimpleConfig(String simpleConfig)
getSimpleConfig
public String getSimpleConfig()
addArchivedFileSet
public void addArchivedFileSet(File arg0)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addArchivedFileSet in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addArchivedFileSet
public void addArchivedFileSet(org.codehaus.plexus.archiver.ArchivedFileSet arg0)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addArchivedFileSet in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addArchivedFileSet
public void addArchivedFileSet(File arg0,
String arg1)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addArchivedFileSet in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addArchivedFileSet
public void addArchivedFileSet(File arg0,
String[] arg1,
String[] arg2)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addArchivedFileSet in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addArchivedFileSet
public void addArchivedFileSet(File arg0,
String arg1,
String[] arg2,
String[] arg3)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addArchivedFileSet in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addDirectory
public void addDirectory(File arg0)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addDirectory in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addDirectory
public void addDirectory(File arg0,
String arg1)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addDirectory in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addDirectory
public void addDirectory(File arg0,
String[] arg1,
String[] arg2)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addDirectory in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addDirectory
public void addDirectory(File arg0,
String arg1,
String[] arg2,
String[] arg3)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addDirectory in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addFile
public void addFile(File arg0,
String arg1)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addFile in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addFile
public void addFile(File arg0,
String arg1,
int arg2)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addFile in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addFileSet
public void addFileSet(org.codehaus.plexus.archiver.FileSet arg0)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addFileSet in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addResource
public void addResource(org.codehaus.plexus.components.io.resources.PlexusIoResource arg0,
String arg1,
int arg2)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addResource in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
addResources
public void addResources(org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection arg0)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
addResources in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
createArchive
public void createArchive()
throws org.codehaus.plexus.archiver.ArchiverException,
IOException
- Specified by:
createArchive in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
IOException
getDefaultDirectoryMode
public int getDefaultDirectoryMode()
- Specified by:
getDefaultDirectoryMode in interface org.codehaus.plexus.archiver.Archiver
getDefaultFileMode
public int getDefaultFileMode()
- Specified by:
getDefaultFileMode in interface org.codehaus.plexus.archiver.Archiver
getDestFile
public File getDestFile()
- Specified by:
getDestFile in interface org.codehaus.plexus.archiver.Archiver
getFiles
public Map getFiles()
- Specified by:
getFiles in interface org.codehaus.plexus.archiver.Archiver
getIncludeEmptyDirs
public boolean getIncludeEmptyDirs()
- Specified by:
getIncludeEmptyDirs in interface org.codehaus.plexus.archiver.Archiver
getResources
public org.codehaus.plexus.archiver.ResourceIterator getResources()
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
getResources in interface org.codehaus.plexus.archiver.Archiver
- Throws:
org.codehaus.plexus.archiver.ArchiverException
isForced
public boolean isForced()
- Specified by:
isForced in interface org.codehaus.plexus.archiver.Archiver
isSupportingForced
public boolean isSupportingForced()
- Specified by:
isSupportingForced in interface org.codehaus.plexus.archiver.Archiver
setDefaultDirectoryMode
public void setDefaultDirectoryMode(int arg0)
- Specified by:
setDefaultDirectoryMode in interface org.codehaus.plexus.archiver.Archiver
setDefaultFileMode
public void setDefaultFileMode(int arg0)
- Specified by:
setDefaultFileMode in interface org.codehaus.plexus.archiver.Archiver
setDestFile
public void setDestFile(File arg0)
- Specified by:
setDestFile in interface org.codehaus.plexus.archiver.Archiver
setDotFileDirectory
public void setDotFileDirectory(File arg0)
- Specified by:
setDotFileDirectory in interface org.codehaus.plexus.archiver.Archiver
setForced
public void setForced(boolean arg0)
- Specified by:
setForced in interface org.codehaus.plexus.archiver.Archiver
setIncludeEmptyDirs
public void setIncludeEmptyDirs(boolean arg0)
- Specified by:
setIncludeEmptyDirs in interface org.codehaus.plexus.archiver.Archiver
getDuplicateBehavior
public String getDuplicateBehavior()
- Specified by:
getDuplicateBehavior in interface org.codehaus.plexus.archiver.Archiver
setDuplicateBehavior
public void setDuplicateBehavior(String duplicate)
- Specified by:
setDuplicateBehavior in interface org.codehaus.plexus.archiver.Archiver
getDirectoryMode
public int getDirectoryMode()
- Specified by:
getDirectoryMode in interface org.codehaus.plexus.archiver.Archiver
getFileMode
public int getFileMode()
- Specified by:
getFileMode in interface org.codehaus.plexus.archiver.Archiver
getOverrideDirectoryMode
public int getOverrideDirectoryMode()
- Specified by:
getOverrideDirectoryMode in interface org.codehaus.plexus.archiver.Archiver
getOverrideFileMode
public int getOverrideFileMode()
- Specified by:
getOverrideFileMode in interface org.codehaus.plexus.archiver.Archiver
setDirectoryMode
public void setDirectoryMode(int mode)
- Specified by:
setDirectoryMode in interface org.codehaus.plexus.archiver.Archiver
setFileMode
public void setFileMode(int mode)
- Specified by:
setFileMode in interface org.codehaus.plexus.archiver.Archiver
isUseJvmChmod
public boolean isUseJvmChmod()
- Specified by:
isUseJvmChmod in interface org.codehaus.plexus.archiver.Archiver
setUseJvmChmod
public void setUseJvmChmod(boolean useJvmChmod)
- Specified by:
setUseJvmChmod in interface org.codehaus.plexus.archiver.Archiver
isIgnorePermissions
public boolean isIgnorePermissions()
- Specified by:
isIgnorePermissions in interface org.codehaus.plexus.archiver.Archiver
setIgnorePermissions
public void setIgnorePermissions(boolean ignorePermissions)
- Specified by:
setIgnorePermissions in interface org.codehaus.plexus.archiver.Archiver
Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.