@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:01.162Z")
public interface ISource
Implemented by {@link Source}.
Modifier and Type | Interface and Description |
---|---|
static interface |
ISource.Jsii$Default
Internal default implementation for
ISource . |
static class |
ISource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
SourceConfig |
bind(Construct scope,
IProject project) |
java.lang.Boolean |
getBadgeSupported() |
default java.lang.String |
getIdentifier() |
java.lang.String |
getType() |
java.lang.Boolean getBadgeSupported()
java.lang.String getType()
default java.lang.String getIdentifier()
SourceConfig bind(Construct scope, IProject project)
scope
- This parameter is required.project
- This parameter is required.