|
||||||||||
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(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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IdeDependency()
public IdeDependency(String groupId, String artifactId, String version, boolean referencedProject, boolean testDependency, boolean systemScoped, boolean provided, boolean addedToClasspath, File file, 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 typeMethod Detail |
---|
public File getJavadocAttachment()
javadocAttachment
.
public void setJavadocAttachment(File javadocAttachment)
javadocAttachment
.
javadocAttachment
- The javadocAttachment to set.public String getArtifactId()
artifactId
.
public void setArtifactId(String artifactId)
artifactId
.
artifactId
- The artifactId to set.public String getGroupId()
groupId
.
public void setGroupId(String groupId)
groupId
.
groupId
- The groupId to set.public String getVersion()
version
.
public void setVersion(String version)
version
.
version
- The version to set.public boolean isReferencedProject()
referencedProject
.
public void setReferencedProject(boolean referencedProject)
referencedProject
.
referencedProject
- The referencedProject to set.public File getSourceAttachment()
sourceAttachment
.
public void setSourceAttachment(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 File getFile()
file
.
public void setFile(File file)
file
.
file
- The file to set.public String getId()
artifactId
.
public String getType()
type
.
public void setType(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 String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |