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
Constructors Constructor Description ApplicationDescriptorLegacyProcessor(String descriptor, org.apache.maven.project.MavenProject project, File assetPagesDir)Deprecated. -
Method Summary
Modifier and Type Method Description static FilefindAnypointFile(File basedir)Deprecated.static StringfindAPISpecFile(String assetId, File dir)Deprecated.ApplicationDescriptorgetAnypointDescriptor()Deprecated.Map<String,Object>getAnypointDescriptorJson()Deprecated.com.fasterxml.jackson.databind.node.ObjectNodegetApplicationDescriptorJson()Deprecated.voidlegacyConvert()Deprecated.voidsetDefaultValues(boolean inheritNameAndDesc)Deprecated.voidwriteToFile(File file, boolean addToProject)Deprecated.
-
Constructor Details
-
ApplicationDescriptorLegacyProcessor
public ApplicationDescriptorLegacyProcessor(@Nullable String descriptor, @NotNull org.apache.maven.project.MavenProject project, File assetPagesDir) throws IOExceptionDeprecated.- 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.
-