Interface IBuildSettings
-
- All Superinterfaces:
IJCOBridgeReflected
- All Known Implementing Classes:
IBuildSettingsImplementation
public interface IBuildSettings extends IJCOBridgeReflected
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.StringassemblyFullNameFully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Tasks.v4.0static java.lang.StringclassNameQualified class name: Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApplicationFile()java.lang.StringgetApplicationName()booleangetApplicationRequiresElevation()java.lang.StringgetApplicationUrl()ComponentsLocationgetComponentsLocation()java.lang.StringgetComponentsUrl()booleangetCopyComponents()intgetFallbackLCID()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintgetLCID()java.lang.StringgetOutputPath()ProductBuilderCollectiongetProductBuilders()java.lang.StringgetSupportUrl()booleangetValidate()voidsetApplicationFile(java.lang.String ApplicationFile)voidsetApplicationName(java.lang.String ApplicationName)voidsetApplicationRequiresElevation(boolean ApplicationRequiresElevation)voidsetApplicationUrl(java.lang.String ApplicationUrl)voidsetComponentsLocation(ComponentsLocation ComponentsLocation)voidsetComponentsUrl(java.lang.String ComponentsUrl)voidsetCopyComponents(boolean CopyComponents)voidsetFallbackLCID(int FallbackLCID)voidsetLCID(int LCID)voidsetOutputPath(java.lang.String OutputPath)voidsetSupportUrl(java.lang.String SupportUrl)voidsetValidate(boolean Validate)static IBuildSettingsToIBuildSettings(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIBuildSettings, a cast assert is made to check if types are compatible.
-
-
-
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
-
ToIBuildSettings
static IBuildSettings ToIBuildSettings(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIBuildSettings, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IBuildSettingsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
java.lang.String getJCOObjectName()
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
java.lang.Object getJCOInstance()
Returns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Returns:
- An
Objectrepresenting the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Returns:
- A
JCTyperepresenting the Type 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
-
-