Package com.adobe.aem.analyser
Class AemPackageConverter
- java.lang.Object
-
- com.adobe.aem.analyser.AemPackageConverter
-
public class AemPackageConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AemPackageConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(java.util.Map<java.lang.String,java.io.File> contentPackages)java.lang.StringgetArtifactIdOverride()java.io.FilegetConverterOutputDirectory()java.io.FilegetFeatureOutputDirectory()voidsetArtifactIdOverride(java.lang.String artifactIdOverride)voidsetConverterOutputDirectory(java.io.File converterOutputDirectory)voidsetFeatureOutputDirectory(java.io.File featureOutputDirectory)
-
-
-
Method Detail
-
getFeatureOutputDirectory
public java.io.File getFeatureOutputDirectory()
- Returns:
- the featureOutputDirectory
-
setFeatureOutputDirectory
public void setFeatureOutputDirectory(java.io.File featureOutputDirectory)
- Parameters:
featureOutputDirectory- the featureOutputDirectory to set
-
getConverterOutputDirectory
public java.io.File getConverterOutputDirectory()
- Returns:
- the converterOutputDirectory
-
setConverterOutputDirectory
public void setConverterOutputDirectory(java.io.File converterOutputDirectory)
- Parameters:
converterOutputDirectory- the converterOutputDirectory to set
-
getArtifactIdOverride
public java.lang.String getArtifactIdOverride()
- Returns:
- the artifactIdOverride
-
setArtifactIdOverride
public void setArtifactIdOverride(java.lang.String artifactIdOverride)
- Parameters:
artifactIdOverride- the artifactIdOverride to set
-
convert
public void convert(java.util.Map<java.lang.String,java.io.File> contentPackages) throws java.io.IOException- Throws:
java.io.IOException
-
-