Class WorkspaceTransferTask

  • All Implemented Interfaces:
    java.util.function.Supplier<java.lang.Boolean>

    public class WorkspaceTransferTask
    extends java.lang.Object
    implements java.util.function.Supplier<java.lang.Boolean>
    This task is responsible of sending files to the workspace
    • Method Detail

      • get

        public java.lang.Boolean get()
        Specified by:
        get in interface java.util.function.Supplier<java.lang.Boolean>