-
- All Implemented Interfaces:
public class KotlinNpmResolutionManager.ResolutionState.Prepared extends KotlinNpmResolutionManager.ResolutionState
-
-
Field Summary
Fields Modifier and Type Field Description private final List<NpmProject>npmProjectsprivate final KotlinRootNpmResolver.InstallationpreparedInstallation
-
Constructor Summary
Constructors Constructor Description KotlinNpmResolutionManager.ResolutionState.Prepared(KotlinRootNpmResolver.Installation preparedInstallation)
-
Method Summary
Modifier and Type Method Description List<NpmProject>getNpmProjects()final KotlinRootNpmResolver.InstallationgetPreparedInstallation()-
-
Constructor Detail
-
KotlinNpmResolutionManager.ResolutionState.Prepared
KotlinNpmResolutionManager.ResolutionState.Prepared(KotlinRootNpmResolver.Installation preparedInstallation)
-
-
Method Detail
-
getNpmProjects
List<NpmProject> getNpmProjects()
-
getPreparedInstallation
final KotlinRootNpmResolver.Installation getPreparedInstallation()
-
-
-
-