com.atlassian.maven.plugins.testharness
Class PluginDependency
java.lang.Object
com.atlassian.maven.plugins.testharness.PluginDependency
public class PluginDependency
- extends java.lang.Object
dependency can be either a file or group id, artifact id, etc...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginDependency
public PluginDependency()
toMavenDependency
public org.apache.maven.model.Dependency toMavenDependency()
isFileDependency
public boolean isFileDependency()
getGroupId
public java.lang.String getGroupId()
getArtifactId
public java.lang.String getArtifactId()
getVersion
public java.lang.String getVersion()
getScope
public java.lang.String getScope()
getFile
public java.io.File getFile()
getType
public java.lang.String getType()
Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.