public class IBuildSettingsImplementation extends NetObject implements IBuildSettings
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IBuildSettingsImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationFile() |
java.lang.String |
getApplicationName() |
boolean |
getApplicationRequiresElevation() |
java.lang.String |
getApplicationUrl() |
ComponentsLocation |
getComponentsLocation() |
java.lang.String |
getComponentsUrl() |
boolean |
getCopyComponents() |
int |
getFallbackLCID() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLCID() |
java.lang.String |
getOutputPath() |
ProductBuilderCollection |
getProductBuilders() |
java.lang.String |
getSupportUrl() |
boolean |
getValidate() |
void |
setApplicationFile(java.lang.String ApplicationFile) |
void |
setApplicationName(java.lang.String ApplicationName) |
void |
setApplicationRequiresElevation(boolean ApplicationRequiresElevation) |
void |
setApplicationUrl(java.lang.String ApplicationUrl) |
void |
setComponentsLocation(ComponentsLocation ComponentsLocation) |
void |
setComponentsUrl(java.lang.String ComponentsUrl) |
void |
setCopyComponents(boolean CopyComponents) |
void |
setFallbackLCID(int FallbackLCID) |
void |
setLCID(int LCID) |
void |
setOutputPath(java.lang.String OutputPath) |
void |
setSupportUrl(java.lang.String SupportUrl) |
void |
setValidate(boolean Validate) |
static IBuildSettings |
ToIBuildSettings(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IBuildSettings, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IBuildSettingsImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getApplicationFile()
throws java.lang.Throwable
getApplicationFile in interface IBuildSettingsjava.lang.Throwablepublic java.lang.String getApplicationName()
throws java.lang.Throwable
getApplicationName in interface IBuildSettingsjava.lang.Throwablepublic boolean getApplicationRequiresElevation()
throws java.lang.Throwable
getApplicationRequiresElevation in interface IBuildSettingsjava.lang.Throwablepublic java.lang.String getApplicationUrl()
throws java.lang.Throwable
getApplicationUrl in interface IBuildSettingsjava.lang.Throwablepublic ComponentsLocation getComponentsLocation() throws java.lang.Throwable
getComponentsLocation in interface IBuildSettingsjava.lang.Throwablepublic java.lang.String getComponentsUrl()
throws java.lang.Throwable
getComponentsUrl in interface IBuildSettingsjava.lang.Throwablepublic boolean getCopyComponents()
throws java.lang.Throwable
getCopyComponents in interface IBuildSettingsjava.lang.Throwablepublic int getFallbackLCID()
throws java.lang.Throwable
getFallbackLCID in interface IBuildSettingsjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IBuildSettingsgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IBuildSettingsgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IBuildSettingsgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IBuildSettingsgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IBuildSettingsgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLCID()
throws java.lang.Throwable
getLCID in interface IBuildSettingsjava.lang.Throwablepublic java.lang.String getOutputPath()
throws java.lang.Throwable
getOutputPath in interface IBuildSettingsjava.lang.Throwablepublic ProductBuilderCollection getProductBuilders() throws java.lang.Throwable
getProductBuilders in interface IBuildSettingsjava.lang.Throwablepublic java.lang.String getSupportUrl()
throws java.lang.Throwable
getSupportUrl in interface IBuildSettingsjava.lang.Throwablepublic boolean getValidate()
throws java.lang.Throwable
getValidate in interface IBuildSettingsjava.lang.Throwablepublic void setApplicationFile(java.lang.String ApplicationFile)
throws java.lang.Throwable
setApplicationFile in interface IBuildSettingsjava.lang.Throwablepublic void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable
setApplicationName in interface IBuildSettingsjava.lang.Throwablepublic void setApplicationRequiresElevation(boolean ApplicationRequiresElevation)
throws java.lang.Throwable
setApplicationRequiresElevation in interface IBuildSettingsjava.lang.Throwablepublic void setApplicationUrl(java.lang.String ApplicationUrl)
throws java.lang.Throwable
setApplicationUrl in interface IBuildSettingsjava.lang.Throwablepublic void setComponentsLocation(ComponentsLocation ComponentsLocation) throws java.lang.Throwable
setComponentsLocation in interface IBuildSettingsjava.lang.Throwablepublic void setComponentsUrl(java.lang.String ComponentsUrl)
throws java.lang.Throwable
setComponentsUrl in interface IBuildSettingsjava.lang.Throwablepublic void setCopyComponents(boolean CopyComponents)
throws java.lang.Throwable
setCopyComponents in interface IBuildSettingsjava.lang.Throwablepublic void setFallbackLCID(int FallbackLCID)
throws java.lang.Throwable
setFallbackLCID in interface IBuildSettingsjava.lang.Throwablepublic void setLCID(int LCID)
throws java.lang.Throwable
setLCID in interface IBuildSettingsjava.lang.Throwablepublic void setOutputPath(java.lang.String OutputPath)
throws java.lang.Throwable
setOutputPath in interface IBuildSettingsjava.lang.Throwablepublic void setSupportUrl(java.lang.String SupportUrl)
throws java.lang.Throwable
setSupportUrl in interface IBuildSettingsjava.lang.Throwablepublic void setValidate(boolean Validate)
throws java.lang.Throwable
setValidate in interface IBuildSettingsjava.lang.Throwablepublic static IBuildSettings ToIBuildSettings(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IBuildSettings, a cast assert is made to check if types are compatible.ToIBuildSettings in interface IBuildSettingsfrom - IJCOBridgeReflected instance to be castedIBuildSettings instancejava.lang.Throwable - in case of error during cast operation