Class Transform


  • public class Transform
    extends Object
    • Constructor Detail

      • Transform

        public Transform()
    • Method Detail

      • getGlobInput

        public List<String> getGlobInput()
      • getOutputFolder

        public String getOutputFolder()
      • check

        public void check()
      • throwException

        public static void throwException​(String msg)
                                   throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • requireField

        protected void requireField​(Object field,
                                    String fieldName)
                             throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • requireValue

        protected void requireValue​(String fieldValue,
                                    String requiredValue,
                                    String fieldName)
                             throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • getElementName

        public String getElementName()