org.apache.maven.plugin.dependency.testUtils
Class DependencyArtifactStubFactory

java.lang.Object
  extended by org.apache.maven.plugin.testing.ArtifactStubFactory
      extended by org.apache.maven.plugin.dependency.testUtils.DependencyArtifactStubFactory

public class DependencyArtifactStubFactory
extends org.apache.maven.plugin.testing.ArtifactStubFactory


Constructor Summary
DependencyArtifactStubFactory(File theWorkingDir, boolean theCreateFiles)
           
 
Method Summary
 ArtifactItem getArtifactItem(org.apache.maven.artifact.Artifact artifact)
           
 List<ArtifactItem> getArtifactItems(Collection<org.apache.maven.artifact.Artifact> artifacts)
           
 
Methods inherited from class org.apache.maven.plugin.testing.ArtifactStubFactory
createArtifact, createArtifact, createArtifact, createArtifact, createUnpackableFile, getArtifactArtifacts, getClassifiedArtifacts, getFormattedFileName, getGroupIdArtifacts, getMixedArtifacts, getReleaseAndSnapshotArtifacts, getReleaseArtifact, getScopedArtifacts, getSnapshotArtifact, getSrcFile, getTypedArchiveArtifacts, getTypedArtifacts, getUnpackableFileName, getWorkingDir, isCreateFiles, setArtifactFile, setArtifactFile, setCreateFiles, setSrcFile, setUnpackableArtifactFile, setUnpackableArtifactFile, setUnpackableFile, setVariableValueToObject, setWorkingDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyArtifactStubFactory

public DependencyArtifactStubFactory(File theWorkingDir,
                                     boolean theCreateFiles)
Parameters:
theWorkingDir -
theCreateFiles -
Method Detail

getArtifactItem

public ArtifactItem getArtifactItem(org.apache.maven.artifact.Artifact artifact)

getArtifactItems

public List<ArtifactItem> getArtifactItems(Collection<org.apache.maven.artifact.Artifact> artifacts)


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