Serialized Form


Package org.apache.maven.plugin.tools.model

Class org.apache.maven.plugin.tools.model.Component extends Object implements Serializable

Serialized Fields

role

String role
Field role


hint

String hint
Field hint


modelEncoding

String modelEncoding

Class org.apache.maven.plugin.tools.model.LifecycleExecution extends Object implements Serializable

Serialized Fields

lifecycle

String lifecycle
Field lifecycle


phase

String phase
Field phase


goal

String goal
Field goal


modelEncoding

String modelEncoding

Class org.apache.maven.plugin.tools.model.Mojo extends Object implements Serializable

Serialized Fields

goal

String goal
Field goal


phase

String phase
Field phase


aggregator

boolean aggregator
Field aggregator


requiresDependencyResolution

String requiresDependencyResolution
Field requiresDependencyResolution


requiresProject

boolean requiresProject
Field requiresProject


requiresReports

boolean requiresReports
Field requiresReports


requiresOnline

boolean requiresOnline
Field requiresOnline


inheritByDefault

boolean inheritByDefault
Field inheritByDefault


requiresDirectInvocation

boolean requiresDirectInvocation
Field requiresDirectInvocation


execution

LifecycleExecution execution
Field execution


components

List<E> components
Field components


parameters

List<E> parameters
Field parameters


description

String description
Field description


deprecation

String deprecation
Field deprecation


call

String call
Field call


modelEncoding

String modelEncoding

Class org.apache.maven.plugin.tools.model.Parameter extends Object implements Serializable

Serialized Fields

name

String name
Field name


alias

String alias
Field alias


property

String property
Field property


required

boolean required
Field required


readonly

boolean readonly
Field readonly


expression

String expression
Field expression


defaultValue

String defaultValue
Field defaultValue


type

String type
Field type


description

String description
Field description


deprecation

String deprecation
Field deprecation


modelEncoding

String modelEncoding

Class org.apache.maven.plugin.tools.model.PluginMetadata extends Object implements Serializable

Serialized Fields

mojos

List<E> mojos
Field mojos


modelEncoding

String modelEncoding

Class org.apache.maven.plugin.tools.model.PluginMetadataParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

metadataFile

File metadataFile

originalMessage

String originalMessage



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.