public class MockAndControlForAddFileSetsTask extends Object
Modifier and Type | Field and Description |
---|---|
File |
archiveBaseDir |
org.codehaus.plexus.archiver.Archiver |
archiver |
AssemblerConfigurationSource |
configSource |
Constructor and Description |
---|
MockAndControlForAddFileSetsTask(org.easymock.classextension.EasyMockSupport mockManager,
TestFileManager fileManager) |
Modifier and Type | Method and Description |
---|---|
void |
expectAdditionOfSingleFileSet(MavenProject project,
String finalName,
boolean shouldAddDir,
int[] modes,
int modeChangeCount,
boolean isDebugEnabled) |
void |
expectAdditionOfSingleFileSet(MavenProject project,
String finalName,
boolean shouldAddDir,
int[] modes,
int modeChangeCount,
boolean isDebugEnabled,
boolean isProjectUsed) |
void |
expectGetArchiveBaseDirectory() |
void |
expectGetFinalName(String finalName) |
void |
expectGetProject(MavenProject project) |
public final AssemblerConfigurationSource configSource
public org.codehaus.plexus.archiver.Archiver archiver
public File archiveBaseDir
public MockAndControlForAddFileSetsTask(org.easymock.classextension.EasyMockSupport mockManager, TestFileManager fileManager)
public void expectGetArchiveBaseDirectory()
public void expectAdditionOfSingleFileSet(MavenProject project, String finalName, boolean shouldAddDir, int[] modes, int modeChangeCount, boolean isDebugEnabled)
public void expectAdditionOfSingleFileSet(MavenProject project, String finalName, boolean shouldAddDir, int[] modes, int modeChangeCount, boolean isDebugEnabled, boolean isProjectUsed)
public void expectGetProject(MavenProject project)
public void expectGetFinalName(String finalName)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.