Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/nio/file/attribute/AclEntry_static.fz


# Fuzion interface to static members of Java class 'java.nio.file.attribute.AclEntry'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.nio.file.attribute.AclEntry_static is

  # call Java static method 'public static java.nio.file.attribute.AclEntry$Builder java.nio.file.attribute.AclEntry.newBuilder()':
  #
  public newBuilder Java.java.nio.file.attribute.AclEntry_S_Builder =>
    fuzion.java.call_static (Java.java.nio.file.attribute.AclEntry_S_Builder) "java.nio.file.attribute.AclEntry" "newBuilder" "()Ljava/nio/file/attribute/AclEntry\$Builder;" []

  # call Java static method 'public static java.nio.file.attribute.AclEntry$Builder java.nio.file.attribute.AclEntry.newBuilder(java.nio.file.attribute.AclEntry)':
  #
  public newBuilder_Ljava_7_nio_7_file_7_attribute_7_AclEntry_s_(arg0 Java.java.nio.file.attribute.AclEntry) Java.java.nio.file.attribute.AclEntry_S_Builder =>
    fuzion.java.call_static (Java.java.nio.file.attribute.AclEntry_S_Builder) "java.nio.file.attribute.AclEntry" "newBuilder" "(Ljava/nio/file/attribute/AclEntry;)Ljava/nio/file/attribute/AclEntry\$Builder;" [(Java.java.nio.file.attribute.AclEntry_static.newBuilder_Ljava_7_nio_7_file_7_attribute_7_AclEntry_s_.this.arg0)]

  # short-hand to call Java method 'public static java.nio.file.attribute.AclEntry$Builder java.nio.file.attribute.AclEntry.newBuilder(java.nio.file.attribute.AclEntry)':
  #
  public newBuilder(arg0 Java.java.nio.file.attribute.AclEntry) (Java.java.nio.file.attribute.AclEntry_S_Builder) =>
    newBuilder_Ljava_7_nio_7_file_7_attribute_7_AclEntry_s_ Java.java.nio.file.attribute.AclEntry_static.newBuilder.this.arg0