|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.model.projectset.TeamProjectSet
public class TeamProjectSet
Encapsultes a set of team project descriptions. A TeamProjectSet is used to share a set of projects within a team. The TeamProjectSet is read form an eclipse .psf-file.
| Constructor Summary | |
|---|---|
TeamProjectSet(java.lang.String name)
Creates a new instance of type TeamProjectSet. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the TeamProjectSet. |
java.lang.String[] |
getProjectNames()
Returns a list of project names. |
TeamProjectDescription |
getTeamProjectDescriptionByName(java.lang.String name)
Returns a TeamProjectDescription by the given name. |
TeamProjectDescription |
getTeamProjectDescriptionByRepositoryName(java.lang.String name)
Returns a TeamProjectDescription by the given repository name. |
TeamProjectDescription[] |
getTeamProjectDescriptions()
Returns the TeamProjectDescriptions. |
void |
setCvsUserAndPassword(java.lang.String cvsUser,
java.lang.String cvsPwd)
Sets the cvs user and password for each contained TeamProjectDescription. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TeamProjectSet(java.lang.String name)
name - the name of the team project set.| Method Detail |
|---|
public java.lang.String getName()
public TeamProjectDescription[] getTeamProjectDescriptions()
public TeamProjectDescription getTeamProjectDescriptionByName(java.lang.String name)
name - the name of the TeamProjectDescription to return.
public TeamProjectDescription getTeamProjectDescriptionByRepositoryName(java.lang.String name)
name - the repository name of the TeamProjectDescription to return.
public java.lang.String[] getProjectNames()
public void setCvsUserAndPassword(java.lang.String cvsUser,
java.lang.String cvsPwd)
cvsUser - the cvs user.cvsPwd - the cvs password might be nullpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||