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.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.IBuildSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract 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.
-
-
-
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 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
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- 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 interfaceIJCOBridgeReflected
- 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 interfaceIJCOBridgeReflected
- Returns:
- An
Object
representing the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Returns:
- A
JCType
representing 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
-
-