Package microsoft.build.tasks
Class GenerateDeploymentManifest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.tasks.GenerateManifestBase
-
- microsoft.build.tasks.GenerateDeploymentManifest
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class GenerateDeploymentManifest extends GenerateManifestBase
The base .NET class managing Microsoft.Build.Tasks.GenerateDeploymentManifest, 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.GenerateDeploymentManifest
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.GenerateDeploymentManifeststatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GenerateDeploymentManifest()GenerateDeploymentManifest(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerateDeploymentManifestcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoGenerateDeploymentManifest, a cast assert is made to check if types are compatible.booleangetCreateDesktopShortcut()java.lang.StringgetDeploymentUrl()booleangetDisallowUrlActivation()java.lang.StringgetErrorReportUrl()booleangetInstall()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 TypebooleangetMapFileExtensions()java.lang.StringgetMinimumRequiredVersion()java.lang.StringgetProduct()java.lang.StringgetPublisher()java.lang.StringgetSuiteName()java.lang.StringgetSupportUrl()booleangetTrustUrlParameters()booleangetUpdateEnabled()intgetUpdateInterval()java.lang.StringgetUpdateMode()java.lang.StringgetUpdateUnit()voidsetCreateDesktopShortcut(boolean CreateDesktopShortcut)voidsetDeploymentUrl(java.lang.String DeploymentUrl)voidsetDisallowUrlActivation(boolean DisallowUrlActivation)voidsetErrorReportUrl(java.lang.String ErrorReportUrl)voidsetInstall(boolean Install)voidsetJCOInstance(JCObject instance)voidsetMapFileExtensions(boolean MapFileExtensions)voidsetMinimumRequiredVersion(java.lang.String MinimumRequiredVersion)voidsetProduct(java.lang.String Product)voidsetPublisher(java.lang.String Publisher)voidsetSuiteName(java.lang.String SuiteName)voidsetSupportUrl(java.lang.String SupportUrl)voidsetTrustUrlParameters(boolean TrustUrlParameters)voidsetUpdateEnabled(boolean UpdateEnabled)voidsetUpdateInterval(int UpdateInterval)voidsetUpdateMode(java.lang.String UpdateMode)voidsetUpdateUnit(java.lang.String UpdateUnit)-
Methods inherited from class microsoft.build.tasks.GenerateManifestBase
Execute, getAssemblyName, getAssemblyVersion, getDescription, getEntryPoint, getInputManifest, getMaxTargetPath, getOutputManifest, getPlatform, getTargetCulture, getTargetFrameworkMoniker, getTargetFrameworkVersion, setAssemblyName, setAssemblyVersion, setDescription, setEntryPoint, setInputManifest, setMaxTargetPath, setOutputManifest, setPlatform, setTargetCulture, setTargetFrameworkMoniker, setTargetFrameworkVersion
-
Methods inherited from class microsoft.build.utilities.Task
getBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, getLog, setBuildEngine, setHostObject
-
-
-
-
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.GenerateDeploymentManifest- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GenerateDeploymentManifest
public GenerateDeploymentManifest(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
GenerateDeploymentManifest
public GenerateDeploymentManifest() throws java.lang.Throwable, ArgumentNullException- Throws:
java.lang.ThrowableArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classGenerateManifestBase- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classGenerateManifestBase- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classGenerateManifestBase- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classGenerateManifestBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classGenerateManifestBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classGenerateManifestBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static GenerateDeploymentManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoGenerateDeploymentManifest, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
GenerateDeploymentManifestinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getCreateDesktopShortcut
public boolean getCreateDesktopShortcut() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
setCreateDesktopShortcut
public void setCreateDesktopShortcut(boolean CreateDesktopShortcut) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDisallowUrlActivation
public boolean getDisallowUrlActivation() throws java.lang.Throwable, InvalidOperationException- Throws:
java.lang.ThrowableInvalidOperationException
-
setDisallowUrlActivation
public void setDisallowUrlActivation(boolean DisallowUrlActivation) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getInstall
public boolean getInstall() throws java.lang.Throwable, InvalidOperationException- Throws:
java.lang.ThrowableInvalidOperationException
-
setInstall
public void setInstall(boolean Install) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMapFileExtensions
public boolean getMapFileExtensions() throws java.lang.Throwable, InvalidOperationException- Throws:
java.lang.ThrowableInvalidOperationException
-
setMapFileExtensions
public void setMapFileExtensions(boolean MapFileExtensions) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTrustUrlParameters
public boolean getTrustUrlParameters() throws java.lang.Throwable, InvalidOperationException- Throws:
java.lang.ThrowableInvalidOperationException
-
setTrustUrlParameters
public void setTrustUrlParameters(boolean TrustUrlParameters) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUpdateEnabled
public boolean getUpdateEnabled() throws java.lang.Throwable, InvalidOperationException- Throws:
java.lang.ThrowableInvalidOperationException
-
setUpdateEnabled
public void setUpdateEnabled(boolean UpdateEnabled) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUpdateInterval
public int getUpdateInterval() throws java.lang.Throwable, InvalidOperationException- Throws:
java.lang.ThrowableInvalidOperationException
-
setUpdateInterval
public void setUpdateInterval(int UpdateInterval) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDeploymentUrl
public java.lang.String getDeploymentUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDeploymentUrl
public void setDeploymentUrl(java.lang.String DeploymentUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getErrorReportUrl
public java.lang.String getErrorReportUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
setErrorReportUrl
public void setErrorReportUrl(java.lang.String ErrorReportUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMinimumRequiredVersion
public java.lang.String getMinimumRequiredVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMinimumRequiredVersion
public void setMinimumRequiredVersion(java.lang.String MinimumRequiredVersion) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getProduct
public java.lang.String getProduct() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setProduct
public void setProduct(java.lang.String Product) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPublisher
public java.lang.String getPublisher() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPublisher
public void setPublisher(java.lang.String Publisher) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSuiteName
public java.lang.String getSuiteName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
setSuiteName
public void setSuiteName(java.lang.String SuiteName) 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
-
getUpdateMode
public java.lang.String getUpdateMode() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUpdateMode
public void setUpdateMode(java.lang.String UpdateMode) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUpdateUnit
public java.lang.String getUpdateUnit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUpdateUnit
public void setUpdateUnit(java.lang.String UpdateUnit) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-