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

hint

String hint

modelEncoding

String modelEncoding

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

Serialized Fields

lifecycle

String lifecycle

phase

String phase

goal

String goal

modelEncoding

String modelEncoding

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

Serialized Fields

goal

String goal

phase

String phase

aggregator

boolean aggregator

requiresDependencyResolution

String requiresDependencyResolution

requiresProject

boolean requiresProject

requiresReports

boolean requiresReports

requiresOnline

boolean requiresOnline

inheritByDefault

boolean inheritByDefault

requiresDirectInvocation

boolean requiresDirectInvocation

execution

org.apache.maven.plugin.tools.model.LifecycleExecution execution

components

List<E> components

parameters

List<E> parameters

description

String description

deprecation

String deprecation

call

String call

modelEncoding

String modelEncoding

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

Serialized Fields

name

String name

alias

String alias

property

String property

required

boolean required

readonly

boolean readonly

expression

String expression

defaultValue

String defaultValue

type

String type

description

String description

deprecation

String deprecation

modelEncoding

String modelEncoding

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

Serialized Fields

mojos

List<E> 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 © 2001-2010 Apache Software Foundation. All Rights Reserved.