Class IBuildSettingsImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.tasks.deployment.bootstrapper.IBuildSettingsImplementation
-
- All Implemented Interfaces:
IBuildSettings
,IJCOBridgeReflected
public class IBuildSettingsImplementation extends NetObject implements IBuildSettings
The base .NET class managing Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings, Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0static java.lang.String
className
Qualified class name: Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettingsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IBuildSettingsImplementation(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
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 theIJCOBridgeReflected
instance intoIBuildSettings
, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public 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
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIBuildSettings
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIBuildSettings
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIBuildSettings
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIBuildSettings
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIBuildSettings
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIBuildSettings
public static IBuildSettings ToIBuildSettings(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIBuildSettings
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IBuildSettings
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getApplicationRequiresElevation
public boolean getApplicationRequiresElevation() throws java.lang.Throwable
- Specified by:
getApplicationRequiresElevation
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setApplicationRequiresElevation
public void setApplicationRequiresElevation(boolean ApplicationRequiresElevation) throws java.lang.Throwable
- Specified by:
setApplicationRequiresElevation
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getCopyComponents
public boolean getCopyComponents() throws java.lang.Throwable
- Specified by:
getCopyComponents
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setCopyComponents
public void setCopyComponents(boolean CopyComponents) throws java.lang.Throwable
- Specified by:
setCopyComponents
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getValidate
public boolean getValidate() throws java.lang.Throwable
- Specified by:
getValidate
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setValidate
public void setValidate(boolean Validate) throws java.lang.Throwable
- Specified by:
setValidate
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getFallbackLCID
public int getFallbackLCID() throws java.lang.Throwable
- Specified by:
getFallbackLCID
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setFallbackLCID
public void setFallbackLCID(int FallbackLCID) throws java.lang.Throwable
- Specified by:
setFallbackLCID
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getLCID
public int getLCID() throws java.lang.Throwable
- Specified by:
getLCID
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setLCID
public void setLCID(int LCID) throws java.lang.Throwable
- Specified by:
setLCID
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getComponentsLocation
public ComponentsLocation getComponentsLocation() throws java.lang.Throwable
- Specified by:
getComponentsLocation
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setComponentsLocation
public void setComponentsLocation(ComponentsLocation ComponentsLocation) throws java.lang.Throwable
- Specified by:
setComponentsLocation
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getProductBuilders
public ProductBuilderCollection getProductBuilders() throws java.lang.Throwable
- Specified by:
getProductBuilders
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getApplicationFile
public java.lang.String getApplicationFile() throws java.lang.Throwable
- Specified by:
getApplicationFile
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setApplicationFile
public void setApplicationFile(java.lang.String ApplicationFile) throws java.lang.Throwable
- Specified by:
setApplicationFile
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable
- Specified by:
getApplicationName
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable
- Specified by:
setApplicationName
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getApplicationUrl
public java.lang.String getApplicationUrl() throws java.lang.Throwable
- Specified by:
getApplicationUrl
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setApplicationUrl
public void setApplicationUrl(java.lang.String ApplicationUrl) throws java.lang.Throwable
- Specified by:
setApplicationUrl
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getComponentsUrl
public java.lang.String getComponentsUrl() throws java.lang.Throwable
- Specified by:
getComponentsUrl
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setComponentsUrl
public void setComponentsUrl(java.lang.String ComponentsUrl) throws java.lang.Throwable
- Specified by:
setComponentsUrl
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getOutputPath
public java.lang.String getOutputPath() throws java.lang.Throwable
- Specified by:
getOutputPath
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setOutputPath
public void setOutputPath(java.lang.String OutputPath) throws java.lang.Throwable
- Specified by:
setOutputPath
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
getSupportUrl
public java.lang.String getSupportUrl() throws java.lang.Throwable
- Specified by:
getSupportUrl
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
setSupportUrl
public void setSupportUrl(java.lang.String SupportUrl) throws java.lang.Throwable
- Specified by:
setSupportUrl
in interfaceIBuildSettings
- Throws:
java.lang.Throwable
-
-