Serialized Form
-
Package org.apache.maven.plugin.verifier.model
-
Class org.apache.maven.plugin.verifier.model.File
class File extends Object implements Serializable-
Serialized Fields
-
contains
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
String location
Location of the file or directory to check.
-
-
-
Class org.apache.maven.plugin.verifier.model.Verifications
class Verifications extends Object implements Serializable
-