Class BuildSettings
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.tasks.deployment.bootstrapper.BuildSettings
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class BuildSettings extends NetObject
The base .NET class managing Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings, 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.BuildSettings
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.BuildSettingsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BuildSettings()
BuildSettings(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BuildSettings
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoBuildSettings
, a cast assert is made to check if types are compatible.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
setJCOInstance(JCObject instance)
void
setLCID(int LCID)
void
setOutputPath(java.lang.String OutputPath)
void
setSupportUrl(java.lang.String SupportUrl)
void
setValidate(boolean Validate)
-
-
-
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.BuildSettings- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BuildSettings
public BuildSettings(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
BuildSettings
public BuildSettings() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- 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 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 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static BuildSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoBuildSettings
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
BuildSettings
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getApplicationRequiresElevation
public boolean getApplicationRequiresElevation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setApplicationRequiresElevation
public void setApplicationRequiresElevation(boolean ApplicationRequiresElevation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCopyComponents
public boolean getCopyComponents() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCopyComponents
public void setCopyComponents(boolean CopyComponents) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValidate
public boolean getValidate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidate
public void setValidate(boolean Validate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFallbackLCID
public int getFallbackLCID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFallbackLCID
public void setFallbackLCID(int FallbackLCID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLCID
public int getLCID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLCID
public void setLCID(int LCID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getComponentsLocation
public ComponentsLocation getComponentsLocation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setComponentsLocation
public void setComponentsLocation(ComponentsLocation ComponentsLocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProductBuilders
public ProductBuilderCollection getProductBuilders() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getApplicationFile
public java.lang.String getApplicationFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setApplicationFile
public void setApplicationFile(java.lang.String ApplicationFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getApplicationUrl
public java.lang.String getApplicationUrl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setApplicationUrl
public void setApplicationUrl(java.lang.String ApplicationUrl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getComponentsUrl
public java.lang.String getComponentsUrl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setComponentsUrl
public void setComponentsUrl(java.lang.String ComponentsUrl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutputPath
public java.lang.String getOutputPath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputPath
public void setOutputPath(java.lang.String OutputPath) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSupportUrl
public java.lang.String getSupportUrl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSupportUrl
public void setSupportUrl(java.lang.String SupportUrl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-