Class GenerateWithDtoMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.maven.generator.swagger.GenerateMojo
-
- org.apache.camel.maven.generator.swagger.GenerateWithDtoMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-with-dto", inheritByDefault=false, defaultPhase=GENERATE_SOURCES, requiresDependencyResolution=COMPILE, threadSafe=true) @Deprecated public class GenerateWithDtoMojo extends GenerateMojoDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static String[]DEFAULT_REST_CONSUMER_COMPONENTSDeprecated.
-
Constructor Summary
Constructors Constructor Description GenerateWithDtoMojo()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringdetectCamelVersionFromClasspath()Deprecated.protected StringdetectRestComponentFromClasspath()Deprecated.protected booleandetectSpringBootFromClasspath()Deprecated.protected StringdetectSpringBootMainPackage()Deprecated.voidexecute()Deprecated.protected StringfindAppropriateComponent()Deprecated.protected StringfindSpringSpringBootPackage(File dir)Deprecated.protected static StringgrabPackageName(String content)Deprecated.
-
-
-
Field Detail
-
DEFAULT_REST_CONSUMER_COMPONENTS
public static final String[] DEFAULT_REST_CONSUMER_COMPONENTS
Deprecated.
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionExceptionDeprecated.- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classGenerateMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
detectCamelVersionFromClasspath
protected String detectCamelVersionFromClasspath()
Deprecated.
-
detectRestComponentFromClasspath
protected String detectRestComponentFromClasspath()
Deprecated.
-
detectSpringBootFromClasspath
protected boolean detectSpringBootFromClasspath()
Deprecated.
-
detectSpringBootMainPackage
protected String detectSpringBootMainPackage() throws IOException
Deprecated.- Throws:
IOException
-
findSpringSpringBootPackage
protected String findSpringSpringBootPackage(File dir) throws IOException
Deprecated.- Throws:
IOException
-
findAppropriateComponent
protected String findAppropriateComponent()
Deprecated.
-
-