Class ApplicationDescriptorLegacyProcessor
java.lang.Object
com.aeontronix.enhancedmule.tools.ApplicationDescriptorLegacyProcessor
- All Implemented Interfaces:
ApplicationDescriptorProcessor
@Deprecated
public class ApplicationDescriptorLegacyProcessor
extends Object
implements ApplicationDescriptorProcessor
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationDescriptorLegacyProcessor(@Nullable String descriptor, @NotNull org.apache.maven.project.MavenProject project, File assetPagesDir) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic FilefindAnypointFile(File basedir) Deprecated.static @Nullable StringfindAPISpecFile(String assetId, File dir) Deprecated.Deprecated.Deprecated.com.fasterxml.jackson.databind.node.ObjectNodeDeprecated.voidDeprecated.voidsetDefaultValues(boolean inheritNameAndDesc) Deprecated.voidwriteToFile(File file, boolean addToProject) Deprecated.
-
Constructor Details
-
ApplicationDescriptorLegacyProcessor
public ApplicationDescriptorLegacyProcessor(@Nullable @Nullable String descriptor, @NotNull @NotNull org.apache.maven.project.MavenProject project, File assetPagesDir) throws IOException Deprecated.- Throws:
IOException
-
-
Method Details
-
getAnypointDescriptorJson
Deprecated. -
writeToFile
Deprecated.- Specified by:
writeToFilein interfaceApplicationDescriptorProcessor- Throws:
IOException
-
setDefaultValues
Deprecated.- Specified by:
setDefaultValuesin interfaceApplicationDescriptorProcessor- Throws:
IOException
-
getAnypointDescriptor
Deprecated.- Specified by:
getAnypointDescriptorin interfaceApplicationDescriptorProcessor
-
getApplicationDescriptorJson
public com.fasterxml.jackson.databind.node.ObjectNode getApplicationDescriptorJson()Deprecated.- Specified by:
getApplicationDescriptorJsonin interfaceApplicationDescriptorProcessor
-
findAPISpecFile
Deprecated. -
legacyConvert
public void legacyConvert()Deprecated.- Specified by:
legacyConvertin interfaceApplicationDescriptorProcessor
-
findAnypointFile
Deprecated.
-