Serialized Form


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

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

Serialized Fields

location

String location
Location of the file or directory to check.


contains

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 Object implements Serializable

Serialized Fields

files

List<E> files
Field files.


modelEncoding

String modelEncoding
Field modelEncoding.



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