org.apache.maven.plugin.war.stub
Class ZipArtifactStub
java.lang.Object
org.apache.maven.plugin.testing.stubs.ArtifactStub
org.apache.maven.plugin.war.stub.AbstractArtifactStub
org.apache.maven.plugin.war.stub.ZipArtifactStub
- All Implemented Interfaces:
- Comparable, Artifact
public class ZipArtifactStub
- extends AbstractArtifactStub
- Since:
- 8 juin 07
- Version:
- $Id: ZipArtifactStub.html 868453 2013-07-05 11:25:41Z olamy $
- Author:
- Olivier Lamy
Methods inherited from class org.apache.maven.plugin.testing.stubs.ArtifactStub |
addMetadata, getAvailableVersions, getClassifier, getDependencyConflictId, getDependencyFilter, getDependencyTrail, getDownloadUrl, getMetadataList, getRepository, getSelectedVersion, hasClassifier, isRelease, isResolved, isSelectedVersionKnown, isSnapshot, selectVersion, setArtifactHandler, setArtifactId, setAvailableVersions, setBaseVersion, setDependencyFilter, setDependencyTrail, setDownloadUrl, setFile, setGroupId, setOptional, setRelease, setRepository, setResolved, setResolvedVersion, setScope, setType, setVersion, setVersionRange, toString, updateVersion |
ZipArtifactStub
public ZipArtifactStub(String basedir,
ArtifactHandler artifactHandler,
File zipFile)
getId
public String getId()
- Specified by:
getId
in interface Artifact
- Overrides:
getId
in class ArtifactStub
getArtifactHandler
public ArtifactHandler getArtifactHandler()
- Specified by:
getArtifactHandler
in interface Artifact
- Overrides:
getArtifactHandler
in class AbstractArtifactStub
getScope
public String getScope()
- Specified by:
getScope
in interface Artifact
- Overrides:
getScope
in class AbstractArtifactStub
getVersion
public String getVersion()
- Specified by:
getVersion
in interface Artifact
- Overrides:
getVersion
in class AbstractArtifactStub
isOptional
public boolean isOptional()
- Specified by:
isOptional
in interface Artifact
- Overrides:
isOptional
in class AbstractArtifactStub
getFile
public File getFile()
- Specified by:
getFile
in interface Artifact
- Overrides:
getFile
in class ArtifactStub
getType
public String getType()
- Specified by:
getType
in interface Artifact
- Overrides:
getType
in class ArtifactStub
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactId
in interface Artifact
- Overrides:
getArtifactId
in class ArtifactStub
getGroupId
public String getGroupId()
- Specified by:
getGroupId
in interface Artifact
- Overrides:
getGroupId
in class ArtifactStub
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.