Interface SupportsCreate<T>


  • public interface SupportsCreate<T>
    • Method Detail

      • create

        org.uberfire.backend.vfs.Path create​(org.uberfire.backend.vfs.Path context,
                                             String fileName,
                                             T content,
                                             String comment)