-
- All Implemented Interfaces:
public final class DukatExecutor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDukatExecutor.Companion
-
Field Summary
Fields Modifier and Type Field Description private final FileversionFileprivate final Stringversionprivate final StringprevVersionprivate final FileinputsFileprivate final BooleanshouldSkipprivate final NpmVersionsnpmVersionsprivate final List<DtsResolver.Dts>typeDefinitionsprivate final ExternalsOutputFormatexternalsOutputFormatprivate final NpmProjectnpmProjectprivate final BooleanpackageJsonIsUpdatedprivate final Stringoperationprivate final BooleancompareInputs
-
Constructor Summary
Constructors Constructor Description DukatExecutor(NpmVersions npmVersions, List<DtsResolver.Dts> typeDefinitions, ExternalsOutputFormat externalsOutputFormat, NpmProject npmProject, Boolean packageJsonIsUpdated, String operation, Boolean compareInputs)
-
Method Summary
Modifier and Type Method Description final FilegetVersionFile()final StringgetVersion()final StringgetPrevVersion()final FilegetInputsFile()final BooleangetShouldSkip()final NpmVersionsgetNpmVersions()final List<DtsResolver.Dts>getTypeDefinitions()final ExternalsOutputFormatgetExternalsOutputFormat()final NpmProjectgetNpmProject()final BooleangetPackageJsonIsUpdated()final StringgetOperation()final BooleangetCompareInputs()final Unitexecute(ServiceRegistry services)-
-
Constructor Detail
-
DukatExecutor
DukatExecutor(NpmVersions npmVersions, List<DtsResolver.Dts> typeDefinitions, ExternalsOutputFormat externalsOutputFormat, NpmProject npmProject, Boolean packageJsonIsUpdated, String operation, Boolean compareInputs)
-
-
Method Detail
-
getVersionFile
final File getVersionFile()
-
getVersion
final String getVersion()
-
getPrevVersion
final String getPrevVersion()
-
getInputsFile
final File getInputsFile()
-
getShouldSkip
final Boolean getShouldSkip()
-
getNpmVersions
final NpmVersions getNpmVersions()
-
getTypeDefinitions
final List<DtsResolver.Dts> getTypeDefinitions()
-
getExternalsOutputFormat
final ExternalsOutputFormat getExternalsOutputFormat()
-
getNpmProject
final NpmProject getNpmProject()
-
getPackageJsonIsUpdated
final Boolean getPackageJsonIsUpdated()
-
getOperation
final String getOperation()
-
getCompareInputs
final Boolean getCompareInputs()
-
-
-
-