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
-
contains
java.lang.String contains
Check the content against this regular expression. -
exists
boolean exists
When this is set totrue
the plugin checks that the file or directory exists. When set tofalse
it checks that the file or directory does not exist. -
location
java.lang.String location
Location of the file or directory to check.
-
-
-
Class org.apache.maven.plugin.verifier.model.Verifications extends java.lang.Object implements Serializable
-
Serialized Fields
-
files
java.util.List<File> files
Field files. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding.
-
-
-