public abstract class ConversionService
extends java.lang.Object
Constructor and Description |
---|
ConversionService() |
Modifier and Type | Method and Description |
---|---|
abstract ConversionResult |
convert(java.nio.file.Path projectPath) |
abstract ConversionResult |
convertModule(Project project,
java.nio.file.Path moduleFile) |
abstract ConversionResult |
convertSilently(java.nio.file.Path projectPath,
ConversionListener conversionListener) |
static ConversionService |
getInstance() |
abstract void |
saveConversionResult(java.nio.file.Path projectPath) |
public static ConversionService getInstance()
public abstract ConversionResult convertSilently(java.nio.file.Path projectPath, ConversionListener conversionListener)
public abstract ConversionResult convert(java.nio.file.Path projectPath) throws CannotConvertException
CannotConvertException
public abstract ConversionResult convertModule(Project project, java.nio.file.Path moduleFile)
public abstract void saveConversionResult(java.nio.file.Path projectPath)