org.eclipse.equinox.p2.engine
Interface ISurrogateProfileHandler
public interface ISurrogateProfileHandler
- Since:
- 2.0
createProfile
IProfile createProfile(String id)
isSurrogate
boolean isSurrogate(IProfile profile)
queryProfile
IQueryResult<IInstallableUnit> queryProfile(IProfile profile,
IQuery<IInstallableUnit> query,
IProgressMonitor monitor)
updateProfile
boolean updateProfile(IProfile selfProfile)
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.