Serialized Form


Package org.apache.maven.plugin.verifier.model

Class org.apache.maven.plugin.verifier.model.File extends java.lang.Object implements Serializable

Serialized Fields

location

java.lang.String location
Location of the file or directory to check.


contains

java.lang.String contains
Check the content against this regular expression.


exists

boolean exists
When this is set to true the plugin checks that the file or directory exists. When set to false it checks that the file or directory does not exist.

Class org.apache.maven.plugin.verifier.model.Verifications extends java.lang.Object implements Serializable

Serialized Fields

files

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


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.



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