Package org.apache.maven.internal.impl
Class Lifecycles.DefaultPhase
java.lang.Object
org.apache.maven.internal.impl.Lifecycles.DefaultPhase
- All Implemented Interfaces:
Lifecycle.Phase
- Enclosing class:
Lifecycles
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection
<Lifecycle.Link> private final String
private final List
<Lifecycle.Phase> Fields inherited from interface org.apache.maven.api.Lifecycle.Phase
ALL, BUILD, CLEAN, COMPILE, DEPLOY, INITIALIZE, INSTALL, INTEGRATION_TEST, PACKAGE, READY, RESOURCES, SOURCES, TEST, TEST_COMPILE, TEST_RESOURCES, TEST_SOURCES, UNIT_TEST, VALIDATE, VERIFY
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPhase
(String name, List<Plugin> plugins, Collection<Lifecycle.Link> links, List<Lifecycle.Phase> phases) -
Method Summary
-
Field Details
-
name
-
plugins
-
links
-
phases
-
-
Constructor Details
-
DefaultPhase
DefaultPhase(String name, List<Plugin> plugins, Collection<Lifecycle.Link> links, List<Lifecycle.Phase> phases)
-
-
Method Details
-
name
- Specified by:
name
in interfaceLifecycle.Phase
-
plugins
- Specified by:
plugins
in interfaceLifecycle.Phase
-
links
- Specified by:
links
in interfaceLifecycle.Phase
-
phases
Description copied from interface:Lifecycle.Phase
Returns the list of sub-phases.- Specified by:
phases
in interfaceLifecycle.Phase
- Returns:
- the list of sub-phases
-
allPhases
- Specified by:
allPhases
in interfaceLifecycle.Phase
-