Class LicenseChecker
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.javascript.LicenseChecker
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.171Z") @Stability(Experimental) public class LicenseChecker extends Component
(experimental) Enforces allowed licenses used by dependencies.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLicenseChecker.Builder(experimental) A fluent builder forLicenseChecker.
-
Constructor Summary
Constructors Modifier Constructor Description protectedLicenseChecker(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLicenseChecker(software.amazon.jsii.JsiiObjectRef objRef)LicenseChecker(software.constructs.Construct scope, LicenseCheckerOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskgetTask()-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
LicenseChecker
protected LicenseChecker(software.amazon.jsii.JsiiObjectRef objRef)
-
LicenseChecker
protected LicenseChecker(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LicenseChecker
@Stability(Experimental) public LicenseChecker(@NotNull software.constructs.Construct scope, @NotNull LicenseCheckerOptions options)- Parameters:
scope- This parameter is required.options- This parameter is required.
-
-
Method Detail
-
getTask
@Stability(Experimental) @NotNull public Task getTask()
-
-