|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.sysdeo.ide.IdeDependency
public class IdeDependency
| Constructor Summary | |
|---|---|
IdeDependency()
|
|
IdeDependency(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
boolean referencedProject,
boolean testDependency,
boolean systemScoped,
boolean provided,
boolean addedToClasspath,
java.io.File file,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArtifactId()
Getter for artifactId. |
java.io.File |
getFile()
Getter for file. |
java.lang.String |
getGroupId()
Getter for groupId. |
java.lang.String |
getId()
Getter for artifactId. |
java.io.File |
getJavadocAttachment()
Getter for javadocAttachment. |
java.io.File |
getSourceAttachment()
Getter for sourceAttachment. |
java.lang.String |
getType()
Getter for type. |
java.lang.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(java.lang.String artifactId)
Setter for artifactId. |
void |
setFile(java.io.File file)
Setter for file. |
void |
setGroupId(java.lang.String groupId)
Setter for groupId. |
void |
setJavadocAttachment(java.io.File javadocAttachment)
Setter for javadocAttachment. |
void |
setProvided(boolean provided)
Setter for provided. |
void |
setReferencedProject(boolean referencedProject)
Setter for referencedProject. |
void |
setSourceAttachment(java.io.File sourceAttachment)
Setter for sourceAttachment. |
void |
setSystemScoped(boolean systemScoped)
Setter for systemScoped. |
void |
setTestDependency(boolean testDependency)
Setter for testDependency. |
void |
setType(java.lang.String type)
Setter for type. |
void |
setVersion(java.lang.String version)
Setter for version. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdeDependency()
public IdeDependency(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
boolean referencedProject,
boolean testDependency,
boolean systemScoped,
boolean provided,
boolean addedToClasspath,
java.io.File file,
java.lang.String type)
groupId - Group idartifactId - Artifact idversion - Artifact versionreferencedProject - 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 filetype - Artifact type| Method Detail |
|---|
public java.io.File getJavadocAttachment()
javadocAttachment.
public void setJavadocAttachment(java.io.File javadocAttachment)
javadocAttachment.
javadocAttachment - The javadocAttachment to set.public java.lang.String getArtifactId()
artifactId.
public void setArtifactId(java.lang.String artifactId)
artifactId.
artifactId - The artifactId to set.public java.lang.String getGroupId()
groupId.
public void setGroupId(java.lang.String groupId)
groupId.
groupId - The groupId to set.public java.lang.String getVersion()
version.
public void setVersion(java.lang.String version)
version.
version - The version to set.public boolean isReferencedProject()
referencedProject.
public void setReferencedProject(boolean referencedProject)
referencedProject.
referencedProject - The referencedProject to set.public java.io.File getSourceAttachment()
sourceAttachment.
public void setSourceAttachment(java.io.File sourceAttachment)
sourceAttachment.
sourceAttachment - The sourceAttachment to set.public boolean isSystemScoped()
systemScoped.
public void setSystemScoped(boolean systemScoped)
systemScoped.
systemScoped - The systemScoped to set.public boolean isTestDependency()
testDependency.
public void setTestDependency(boolean testDependency)
testDependency.
testDependency - The testDependency to set.public java.io.File getFile()
file.
public void setFile(java.io.File file)
file.
file - The file to set.public java.lang.String getId()
artifactId.
public java.lang.String getType()
type.
public void setType(java.lang.String type)
type.
type - The type to set.public boolean isAddedToClasspath()
addedToClasspath.
public void setAddedToClasspath(boolean addedToClasspath)
addedToClasspath.
addedToClasspath - The addedToClasspath to set.public boolean isProvided()
provided.
public void setProvided(boolean provided)
provided.
provided - The provided to set.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||