public class PhaseSetFactory extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
PhaseSetFactory() |
Modifier and Type | Method and Description |
---|---|
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() |
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
public static final IPhaseSet createDefaultPhaseSetExcluding(String[] exclude)
exclude
- - A set of bit options that specify the phases to exclude.
See PhaseSetFactory
for possible optionsPhaseSet
public static final IPhaseSet createPhaseSetIncluding(String[] include)
include
- - A set of bit options that specify the phases to include.
See PhaseSetFactory
for possible optionsPhaseSet
public static IPhaseSet createDefaultPhaseSet()
public static ISizingPhaseSet createSizingPhaseSet()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.