|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mylar.team.AbstractTeamRepositoryProvider
org.eclipse.mylar.internal.team.subclipse.SubclipseTeamRepositoryProvider
public class SubclipseTeamRepositoryProvider
Subclipse integration for Mylar.
Constructor Summary | |
---|---|
SubclipseTeamRepositoryProvider()
|
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 SubclipseTeamRepositoryProvider()
Method Detail |
---|
public org.eclipse.team.internal.core.subscribers.ActiveChangeSetManager getActiveChangeSetManager()
AbstractTeamRepositoryProvider
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.
getActiveChangeSetManager
in class AbstractTeamRepositoryProvider
null
if active change sets are not supported.public boolean hasOutgoingChanges(org.eclipse.core.resources.IResource[] resources)
AbstractTeamRepositoryProvider
true
, the team provider may be
later asked to AbstractTeamRepositoryProvider.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.
hasOutgoingChanges
in class AbstractTeamRepositoryProvider
true
if the team provider manages at least one of
the resources or false
otherwise.public void commit(org.eclipse.core.resources.IResource[] resources)
AbstractTeamRepositoryProvider
commit
in class AbstractTeamRepositoryProvider
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 |