Package org.twdata.maven.mojoexecutor
Class MojoExecutor.Attributes
- java.lang.Object
-
- org.twdata.maven.mojoexecutor.MojoExecutor.Attributes
-
- Enclosing class:
- MojoExecutor
public static class MojoExecutor.Attributes extends java.lang.Object
Collection of attributes wrapper class
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<MojoExecutor.Attribute>
attributes
-
Constructor Summary
Constructors Constructor Description Attributes(MojoExecutor.Attribute... attributes)
-
-
-
Field Detail
-
attributes
private java.util.List<MojoExecutor.Attribute> attributes
-
-
Constructor Detail
-
Attributes
public Attributes(MojoExecutor.Attribute... attributes)
-
-