Interface IBuildSettings

    • Field Detail

      • assemblyFullName

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

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

        static final java.lang.String className
        Qualified class name: Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings
        See Also:
        Constant Field Values
    • Method Detail

      • getJCOAssemblyName

        java.lang.String getJCOAssemblyName()
        Returns the reflected Assembly name
        Specified by:
        getJCOAssemblyName in interface IJCOBridgeReflected
        Returns:
        A String representing the Fullname of reflected Assembly
      • getJCOClassName

        java.lang.String getJCOClassName()
        Returns the reflected Class name
        Specified by:
        getJCOClassName in interface IJCOBridgeReflected
        Returns:
        A String representing the Fullname of reflected Class
      • getJCOObjectName

        java.lang.String getJCOObjectName()
        Returns the reflected Class name used to build the object
        Specified by:
        getJCOObjectName in interface IJCOBridgeReflected
        Returns:
        A String representing the name used to allocated the object in CLR context
      • getJCOInstance

        java.lang.Object getJCOInstance()
        Returns the instantiated class
        Specified by:
        getJCOInstance in interface IJCOBridgeReflected
        Returns:
        An Object representing the instance of the instantiated Class
      • getApplicationRequiresElevation

        boolean getApplicationRequiresElevation()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setApplicationRequiresElevation

        void setApplicationRequiresElevation​(boolean ApplicationRequiresElevation)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCopyComponents

        boolean getCopyComponents()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCopyComponents

        void setCopyComponents​(boolean CopyComponents)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getValidate

        boolean getValidate()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setValidate

        void setValidate​(boolean Validate)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFallbackLCID

        int getFallbackLCID()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFallbackLCID

        void setFallbackLCID​(int FallbackLCID)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLCID

        int getLCID()
             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLCID

        void setLCID​(int LCID)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getComponentsLocation

        ComponentsLocation getComponentsLocation()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setComponentsLocation

        void setComponentsLocation​(ComponentsLocation ComponentsLocation)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getProductBuilders

        ProductBuilderCollection getProductBuilders()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getApplicationFile

        java.lang.String getApplicationFile()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setApplicationFile

        void setApplicationFile​(java.lang.String ApplicationFile)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getApplicationName

        java.lang.String getApplicationName()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setApplicationName

        void setApplicationName​(java.lang.String ApplicationName)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getApplicationUrl

        java.lang.String getApplicationUrl()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setApplicationUrl

        void setApplicationUrl​(java.lang.String ApplicationUrl)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getComponentsUrl

        java.lang.String getComponentsUrl()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setComponentsUrl

        void setComponentsUrl​(java.lang.String ComponentsUrl)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOutputPath

        java.lang.String getOutputPath()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setOutputPath

        void setOutputPath​(java.lang.String OutputPath)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSupportUrl

        java.lang.String getSupportUrl()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSupportUrl

        void setSupportUrl​(java.lang.String SupportUrl)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable