com.intellij.openapi.vcs
Interface CheckoutProvider

All Superinterfaces:
ApplicationComponent, BaseComponent

public interface CheckoutProvider
extends ApplicationComponent

Implement this interface and register it as ApplicationComponent in order to provide checkout


Method Summary
 void doCheckout()
           
 java.lang.String getVcsName()
           
 
Methods inherited from interface com.intellij.openapi.components.BaseComponent
disposeComponent, getComponentName, initComponent
 

Method Detail

doCheckout

void doCheckout()

getVcsName

java.lang.String getVcsName()