Package | Description |
---|---|
org.eclipse.emf.cdo.explorer |
Base interfaces and a utility class for
repositories
and checkouts . |
org.eclipse.emf.cdo.explorer.checkouts |
Interfaces for working with
checkouts . |
org.eclipse.emf.cdo.explorer.repositories |
Interfaces for working with
repositories . |
Modifier and Type | Method and Description |
---|---|
static CDOCheckout |
CDOExplorerUtil.getCheckout(java.lang.Object object) |
static CDOCheckout |
CDOExplorerUtil.walkUp(java.lang.Object object,
java.util.LinkedList<java.lang.Object> path) |
Modifier and Type | Method and Description |
---|---|
CDOCheckout |
CDOCheckoutManager.addCheckout(java.util.Properties properties) |
CDOCheckout |
CDOCheckout.duplicate() |
CDOCheckout |
CDOCheckoutManager.CheckoutStateEvent.getCheckout() |
CDOCheckout |
CDOCheckoutManager.getCheckout(CDOView view) |
CDOCheckout |
CDOCheckoutManager.getCheckout(java.lang.String id) |
CDOCheckout |
CDOCheckoutManager.getCheckoutByLabel(java.lang.String label) |
CDOCheckout[] |
CDOCheckoutManager.getCheckouts() |
Modifier and Type | Method and Description |
---|---|
CDOBranchPoint |
CDOCheckout.getBranchPoint(CDOCheckout fromCheckout) |
Modifier and Type | Method and Description |
---|---|
CDOCheckout[] |
CDORepository.getCheckouts() |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html