public interface SetupTaskContext extends ProgressLog
INSTANCE
Modifier and Type | Method and Description |
---|---|
void |
checkCancelation() |
Object |
get(Object key) |
Installation |
getInstallation() |
File |
getInstallationLocation() |
OS |
getOS() |
File |
getProductConfigurationLocation() |
File |
getProductLocation() |
org.eclipse.oomph.internal.setup.SetupPrompter |
getPrompter() |
Trigger |
getTrigger() |
URIConverter |
getURIConverter() |
User |
getUser() |
Workspace |
getWorkspace() |
File |
getWorkspaceLocation() |
boolean |
isMirrors() |
boolean |
isOffline() |
boolean |
isPerforming() |
boolean |
isRestartNeeded() |
Set<Object> |
keySet() |
Object |
put(Object key,
Object value) |
String |
redirect(String uri) |
URI |
redirect(URI uri) |
void |
setRestartNeeded(String reason) |
isCanceled, log, log, log, log, setTerminating, task
org.eclipse.oomph.internal.setup.SetupPrompter getPrompter()
Trigger getTrigger()
void checkCancelation()
boolean isPerforming()
boolean isOffline()
boolean isMirrors()
boolean isRestartNeeded()
void setRestartNeeded(String reason)
User getUser()
Workspace getWorkspace()
Installation getInstallation()
File getInstallationLocation()
File getProductLocation()
File getProductConfigurationLocation()
File getWorkspaceLocation()
OS getOS()
URIConverter getURIConverter()
Copyright (c) 2014 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 v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html