Class WorkspaceConfig.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, WorkspaceConfig
    Enclosing interface:
    WorkspaceConfig

    @Stability(Stable)
    @Internal
    public static final class WorkspaceConfig.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements WorkspaceConfig
    An implementation for WorkspaceConfig
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getAdditionalPackages

        public final List<String> getAdditionalPackages()
        Description copied from interface: WorkspaceConfig
        List of additional package globs to include in the workspace.

        All packages which are parented by the monorepo are automatically added to the workspace, but you can use this property to specify any additional paths to packages which may not be managed by projen.

        Specified by:
        getAdditionalPackages in interface WorkspaceConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object