Serialized Form


Package org.apache.maven.shared.model.fileset

Class org.apache.maven.shared.model.fileset.FileSet extends SetBase implements Serializable

Serialized Fields

directory

java.lang.String directory
Absolute or relative from the module's directory. For example, "src/main/bin" would select this subdirectory of the project in which this dependency is defined.


lineEnding

java.lang.String lineEnding
Controls the line-endings of files in this fileSet.
Valid values:


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.shared.model.fileset.Mapper extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type
Specifies a built-in mapper implementation.
Valid values:


from

java.lang.String from
Specifies a type-specific pattern for matching source paths which should be mapped.


to

java.lang.String to
Specifies a type-specific pattern for producing paths based on source paths.


classname

java.lang.String classname
Allows specification of a custom mapper implementation. The class must be of type org.apache.maven.shared.model.fileset.mappers.FileNameMapper, from the artifact org.apache.maven.shared:file-management.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.shared.model.fileset.SetBase extends java.lang.Object implements Serializable

Serialized Fields

followSymlinks

boolean followSymlinks
Specifies whether symbolic links should be traversed, or handled as-is.


outputDirectory

java.lang.String outputDirectory
Specifies the output directory relative to the root of the root directory of the assembly. For example, "log" will put the specified files in the log directory.


useDefaultExcludes

boolean useDefaultExcludes
Whether to include exclusion patterns for common temporary and SCM control files (true by default).


includes

java.util.List<E> includes
Field includes.


excludes

java.util.List<E> excludes
Field excludes.


fileMode

java.lang.String fileMode
Similar to a UNIX permission. Format: (User)(Group)(Other) where each component is a sum of Read = 4, Write = 2, and Execute = 1. For example, the default value of 0644 translates to User read-write, Group and Other read-only. (more on unix-style permissions)


directoryMode

java.lang.String directoryMode
Similar to a UNIX permission. Format: (User)(Group)(Other) where each component is a sum of Read = 4, Write = 2, and Execute = 1. For example, the default value of 0755 translates to User read-write, Group and Other read-only. (more on unix-style permissions)


mapper

Mapper mapper
Specifies the mapper used.


modelEncoding

java.lang.String modelEncoding

Package org.apache.maven.shared.model.fileset.mappers

Class org.apache.maven.shared.model.fileset.mappers.MapperException extends java.lang.Exception implements Serializable

serialVersionUID: 20064059145045044L



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.