public class PhaseSetFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PHASE_CHECK_TRUST
A phase id (value "checkTrust") describing the certificate trust check phase.
|
static java.lang.String |
PHASE_COLLECT
A phase id (value "collect") describing the collect phase.
|
static java.lang.String |
PHASE_CONFIGURE
A phase id (value "configure") describing the configuration phase.
|
static java.lang.String |
PHASE_INSTALL
A phase id (value "install") describing the install phase.
|
static java.lang.String |
PHASE_PROPERTY
A phase id (value "property") describing the property modification phase.
|
static java.lang.String |
PHASE_UNCONFIGURE
A phase id (value "unconfigure") describing the unconfigure phase.
|
static java.lang.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(java.lang.String[] exclude)
Creates a default phase set that covers all the provisioning operations.
|
static IPhaseSet |
createPhaseSetIncluding(java.lang.String[] include)
Creates a default phase set that covers all the provisioning operations.
|
static ISizingPhaseSet |
createSizingPhaseSet() |
public static java.lang.String PHASE_CHECK_TRUST
public static java.lang.String PHASE_COLLECT
public static java.lang.String PHASE_CONFIGURE
public static java.lang.String PHASE_INSTALL
public static java.lang.String PHASE_PROPERTY
public static java.lang.String PHASE_UNCONFIGURE
public static java.lang.String PHASE_UNINSTALL
public static final IPhaseSet createDefaultPhaseSetExcluding(java.lang.String[] exclude)
exclude - - A set of bit options that specify the phases to exclude.
See PhaseSetFactory for possible optionsPhaseSetpublic static final IPhaseSet createPhaseSetIncluding(java.lang.String[] include)
include - - A set of bit options that specify the phases to include.
See PhaseSetFactory for possible optionsPhaseSetpublic static IPhaseSet createDefaultPhaseSet()
public static ISizingPhaseSet createSizingPhaseSet()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.