Serialized Form


Package org.codehaus.mojo.mrm.api

Class org.codehaus.mojo.mrm.api.AbstractEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fileSystem

FileSystem fileSystem
The file system that this entry belongs to.

Since:
1.0

parent

DirectoryEntry parent
The directory that this entry belongs to.

Since:
1.0

name

String name
The name of this entry.

Since:
1.0

Class org.codehaus.mojo.mrm.api.BaseFileEntry extends AbstractEntry implements Serializable

serialVersionUID: 1L

Class org.codehaus.mojo.mrm.api.BaseFileSystem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

root

DirectoryEntry root
The root entry.

Class org.codehaus.mojo.mrm.api.DefaultDirectoryEntry extends AbstractEntry implements Serializable

serialVersionUID: 1L


Package org.codehaus.mojo.mrm.api.maven

Class org.codehaus.mojo.mrm.api.maven.Artifact extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId
The groupId of the artifact.

Since:
1.0

artifactId

String artifactId
The artifactId of the artifact.

Since:
1.0

version

String version
The version of the artifact.

Since:
1.0

type

String type
The type of the artifact.

Since:
1.0

classifier

String classifier
The classifier of the artifact or null if the artifact does not have a classifier.

Since:
1.0

timestamp

Long timestamp
The timestamp of the artifact or null if the version is either a release version or a non-timestamped SNAPSHOT.

Since:
1.0

buildNumber

Integer buildNumber
The build number of the artifact or null if the version is either a release version or a non-timestamped SNAPSHOT.

Since:
1.0

Class org.codehaus.mojo.mrm.api.maven.ArtifactNotFoundException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

artifact

Artifact artifact
The artifact.

Since:
1.0

Class org.codehaus.mojo.mrm.api.maven.BaseArtifactStore extends Object implements Serializable

serialVersionUID: 1L

Class org.codehaus.mojo.mrm.api.maven.MetadataNotFoundException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

path

String path
The path.

Since:
1.0



Copyright © 2009-2011 Codehaus. All Rights Reserved.