Interface IFileSystemLocation.Jsii$Default

All Superinterfaces:
IFileSystemLocation, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IFileSystemLocation.Jsii$Proxy
Enclosing interface:
IFileSystemLocation

@Internal public static interface IFileSystemLocation.Jsii$Default extends IFileSystemLocation
Internal default implementation for IFileSystemLocation.
  • Method Details

    • bind

      @Stability(Stable) @NotNull default FileSystemConfig bind(@NotNull Construct scope, @NotNull IProject project)
      Called by the project when a file system is added so it can perform binding operations on this file system location.

      Specified by:
      bind in interface IFileSystemLocation
      Parameters:
      scope - This parameter is required.
      project - This parameter is required.