|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mylar.team.AbstractTeamRepositoryProvider
public abstract class AbstractTeamRepositoryProvider
Integrates an Eclipse Team repository with Mylar.
Constructor Summary | |
---|---|
AbstractTeamRepositoryProvider()
|
Method Summary | |
---|---|
void |
commit(org.eclipse.core.resources.IResource[] resources)
Asks the team provider to commit a set of resources that may be managed by the team provider. |
org.eclipse.team.internal.core.subscribers.ActiveChangeSetManager |
getActiveChangeSetManager()
Return the change set collector that manages the active change set for the participant associated with this capability. |
boolean |
hasOutgoingChanges(org.eclipse.core.resources.IResource[] resources)
Determines if the team provider manages at least one of the resources and at least one of the resources has an 'outgoing' state (locally changed). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTeamRepositoryProvider()
Method Detail |
---|
public org.eclipse.team.internal.core.subscribers.ActiveChangeSetManager getActiveChangeSetManager()
null
is
returned if active change sets are not supported. The default is to
return null
. This method must be overridden by subclasses
that support active change sets.
null
if active change sets are not supported.public boolean hasOutgoingChanges(org.eclipse.core.resources.IResource[] resources)
true
, the team provider may be
later asked to commit(org.eclipse.core.resources.IResource[])
them. The set of resources may contain
resources from projects that are not managed by your provider or not
managed at all.
resources
-
true
if the team provider manages at least one of
the resources or false
otherwise.public void commit(org.eclipse.core.resources.IResource[] resources)
resources
- Set of resources that need to be committed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |