org.apache.maven.plugin.ide
public class IdeDependency extends Object
Version: $Id: IdeDependency.java 390686 2006-04-01 15:39:33Z fgiust $
| Constructor Summary | |
|---|---|
| IdeDependency(String groupId, String artifactId, String version, boolean referencedProject, boolean testDependency, boolean systemScoped, boolean provided, boolean addedToClasspath, File file, String type) | |
| Method Summary | |
|---|---|
| String | getArtifactId()
Getter for artifactId. |
| File | getFile()
Getter for file. |
| String | getGroupId()
Getter for groupId. |
| String | getId()
Getter for artifactId. |
| File | getJavadocAttachment()
Getter for javadocAttachment. |
| File | getSourceAttachment()
Getter for sourceAttachment. |
| String | getType()
Getter for type. |
| String | getVersion()
Getter for version. |
| boolean | isAddedToClasspath()
Getter for addedToClasspath. |
| boolean | isProvided()
Getter for provided. |
| boolean | isReferencedProject()
Getter for referencedProject. |
| boolean | isSystemScoped()
Getter for systemScoped. |
| boolean | isTestDependency()
Getter for testDependency. |
| void | setAddedToClasspath(boolean addedToClasspath)
Setter for addedToClasspath. |
| void | setArtifactId(String artifactId)
Setter for artifactId. |
| void | setFile(File file)
Setter for file. |
| void | setGroupId(String groupId)
Setter for groupId. |
| void | setJavadocAttachment(File javadocAttachment)
Setter for javadocAttachment. |
| void | setProvided(boolean provided)
Setter for provided. |
| void | setReferencedProject(boolean referencedProject)
Setter for referencedProject. |
| void | setSourceAttachment(File sourceAttachment)
Setter for sourceAttachment. |
| void | setSystemScoped(boolean systemScoped)
Setter for systemScoped. |
| void | setTestDependency(boolean testDependency)
Setter for testDependency. |
| void | setType(String type)
Setter for type. |
| void | setVersion(String version)
Setter for version. |
| String | toString() |
Parameters: groupId Group id artifactId Artifact id version Artifact version referencedProject Is this dependency available in the reactor? testDependency Is this a test dependency? systemScoped Is this a system scope dependency? provided Is this a provided dependency? addedToClasspath Is this dependency added to classpath? file Resolved artifact file type Artifact type
artifactId.Returns: Returns the artifactId.
file.Returns: Returns the file.
groupId.Returns: Returns the groupId.
artifactId.Returns: Returns the artifactId.
javadocAttachment.Returns: Returns the javadocAttachment.
sourceAttachment.Returns: Returns the sourceAttachment.
type.Returns: Returns the type.
version.Returns: Returns the version.
addedToClasspath.Returns: Returns the addedToClasspath.
provided.Returns: Returns the provided.
referencedProject.Returns: Returns the referencedProject.
systemScoped.Returns: Returns the systemScoped.
testDependency.Returns: Returns the testDependency.
addedToClasspath.Parameters: addedToClasspath The addedToClasspath to set.
artifactId.Parameters: artifactId The artifactId to set.
file.Parameters: file The file to set.
groupId.Parameters: groupId The groupId to set.
javadocAttachment.Parameters: javadocAttachment The javadocAttachment to set.
provided.Parameters: provided The provided to set.
referencedProject.Parameters: referencedProject The referencedProject to set.
sourceAttachment.Parameters: sourceAttachment The sourceAttachment to set.
systemScoped.Parameters: systemScoped The systemScoped to set.
testDependency.Parameters: testDependency The testDependency to set.
type.Parameters: type The type to set.
version.Parameters: version The version to set.
See Also: java.lang.Object#toString()