blob: 626ca059b72d19b0c5ecf1ea46a7de92f35fc378 [file] [log] [blame]
package org.eclipse.update.internal.core;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
/**
*/
import org.eclipse.core.internal.boot.update.*;
public interface ISessionDefiner {
/**
* Creates one or more operations for the current session.
*/
void defineOperations( UMSessionManagerSession session, IInstallable[] descriptors, boolean bVerifyJars );
}