Serialized Form
Package org.apache.maven.plugin.verifier.model |
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.
files
java.util.List<E> files
- Field files.
modelEncoding
java.lang.String modelEncoding
- Field modelEncoding.
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.