|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.equinox.p2.engine.PhaseSetFactory
public class PhaseSetFactory
Field Summary | |
---|---|
static String |
PHASE_CHECK_TRUST
A phase id (value "checkTrust") describing the certificate trust check phase. |
static String |
PHASE_COLLECT
A phase id (value "collect") describing the collect phase. |
static String |
PHASE_CONFIGURE
A phase id (value "configure") describing the configuration phase. |
static String |
PHASE_INSTALL
A phase id (value "install") describing the install phase. |
static String |
PHASE_PROPERTY
A phase id (value "property") describing the property modification phase. |
static String |
PHASE_UNCONFIGURE
A phase id (value "unconfigure") describing the unconfigure phase. |
static String |
PHASE_UNINSTALL
A phase id (value "uninstall") describing the uninstall phase. |
Constructor Summary | |
---|---|
PhaseSetFactory()
|
Method Summary | |
---|---|
static IPhaseSet |
createDefaultPhaseSet()
|
static IPhaseSet |
createDefaultPhaseSetExcluding(String[] exclude)
Creates a default phase set that covers all the provisioning operations. |
static IPhaseSet |
createPhaseSetIncluding(String[] include)
Creates a default phase set that covers all the provisioning operations. |
static ISizingPhaseSet |
createSizingPhaseSet()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String PHASE_CHECK_TRUST
public static String PHASE_COLLECT
public static String PHASE_CONFIGURE
public static String PHASE_INSTALL
public static String PHASE_PROPERTY
public static String PHASE_UNCONFIGURE
public static String PHASE_UNINSTALL
Constructor Detail |
---|
public PhaseSetFactory()
Method Detail |
---|
public static final IPhaseSet createDefaultPhaseSetExcluding(String[] exclude)
exclude
- - A set of bit options that specify the phases to exclude.
See PhaseSetFactory
for possible options
PhaseSet
public static final IPhaseSet createPhaseSetIncluding(String[] include)
include
- - A set of bit options that specify the phases to include.
See PhaseSetFactory
for possible options
PhaseSet
public static IPhaseSet createDefaultPhaseSet()
public static ISizingPhaseSet createSizingPhaseSet()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.