Class Task

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: Microsoft.Build.Utilities.v4.0
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: Microsoft.Build.Utilities.Task
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Task

        public Task​(java.lang.Object instance)
             throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Task

        public Task()
             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • cast

        public static Task cast​(IJCOBridgeReflected from)
                         throws java.lang.Throwable
        Try to cast the IJCOBridgeReflected instance into Task, a cast assert is made to check if types are compatible.
        Parameters:
        from - IJCOBridgeReflected instance to be casted
        Returns:
        Task instance
        Throws:
        java.lang.Throwable - in case of error during cast operation
      • Execute

        public boolean Execute()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBuildEngine

        public IBuildEngine getBuildEngine()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBuildEngine

        public void setBuildEngine​(IBuildEngine BuildEngine)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBuildEngine2

        public IBuildEngine2 getBuildEngine2()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBuildEngine3

        public IBuildEngine3 getBuildEngine3()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBuildEngine4

        public IBuildEngine4 getBuildEngine4()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHostObject

        public ITaskHost getHostObject()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHostObject

        public void setHostObject​(ITaskHost HostObject)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLog

        public TaskLoggingHelper getLog()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable