Serialized Form


Package org.nuiton.license.plugin

Class org.nuiton.license.plugin.LicenseMap extends TreeMap<String,SortedSet<org.apache.maven.project.MavenProject>> implements Serializable

serialVersionUID: 864199843545688069L


Package org.nuiton.license.plugin.header

Class org.nuiton.license.plugin.header.InvalideFileHeaderException extends IOException implements Serializable

serialVersionUID: 1L


Package org.nuiton.license.plugin.model.descriptor

Class org.nuiton.license.plugin.model.descriptor.FileSet extends Object implements Serializable

Serialized Fields

useDefaultExcludes

boolean useDefaultExcludes
Whether standard exclusion patterns, such as those matching CVS and Subversion metadata files, should be used when calculating the files affected by this set. For backward compatibility, the default value is true. (Since 2.2) .


basedir

String basedir
Sets the basedir directory relative to the root of the root directory of the assembly. For example, "log" will put the specified files in the log directory.


includes

List<E> includes
Field includes.


include

String include

To add a single include.

When <include> subelements are present, they define a set of files and directory to include. If none is present, then <includes> represents all valid values.


excludes

List<E> excludes
Field excludes.


exclude

String exclude

To add a single exclude.

When <exclude> subelements are present, they define a set of files and directory to exclude. If none is present, then <excludes> represents no exclusions.


lineEnding

String lineEnding
Sets the line-endings of the files in this fileSet. Valid values:

Class org.nuiton.license.plugin.model.descriptor.Header extends Object implements Serializable

Serialized Fields

licenseName

String licenseName
The license to apply in this set. If not fill, will use the main license.


commentStyle

String commentStyle
The style of the comment which box the header to generate (or updates).


fileSets

List<E> fileSets
Field fileSets.


fileSet

FileSet fileSet
Specifies a single file sets to include in the license set. A fileSet is specified by providing one or more of <licenseSet> subelements.

Class org.nuiton.license.plugin.model.descriptor.LicenseProjectDescriptor extends Object implements Serializable

Serialized Fields

mainLicense

String mainLicense
The main license of the project (or module). The LICENSE.txt will contains the content of this license.


headers

List<E> headers
Field headers.


header

Header header
To add a single header. Header .


modelEncoding

String modelEncoding
Field modelEncoding.



Copyright © 2008-2010 CodeLutin. All Rights Reserved.