Package net.coderazzi.openapi4aws.plugin
Class Transform
- java.lang.Object
-
- net.coderazzi.openapi4aws.plugin.Transform
-
public class Transform extends Object
-
-
Constructor Summary
Constructors Constructor Description Transform()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()StringgetElementName()List<String>getGlobInput()List<String>getInput()StringgetOutputFolder()protected voidrequireField(Object field, String fieldName)protected voidrequireValue(String fieldValue, String requiredValue, String fieldName)static voidthrowException(String msg)
-
-
-
Method Detail
-
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()
-
-