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.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.GenerateDeploymentManifeststatic JCType
classType
The 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 GenerateDeploymentManifest
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGenerateDeploymentManifest
, a cast assert is made to check if types are compatible.boolean
getCreateDesktopShortcut()
java.lang.String
getDeploymentUrl()
boolean
getDisallowUrlActivation()
java.lang.String
getErrorReportUrl()
boolean
getInstall()
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 Typeboolean
getMapFileExtensions()
java.lang.String
getMinimumRequiredVersion()
java.lang.String
getProduct()
java.lang.String
getPublisher()
java.lang.String
getSuiteName()
java.lang.String
getSupportUrl()
boolean
getTrustUrlParameters()
boolean
getUpdateEnabled()
int
getUpdateInterval()
java.lang.String
getUpdateMode()
java.lang.String
getUpdateUnit()
void
setCreateDesktopShortcut(boolean CreateDesktopShortcut)
void
setDeploymentUrl(java.lang.String DeploymentUrl)
void
setDisallowUrlActivation(boolean DisallowUrlActivation)
void
setErrorReportUrl(java.lang.String ErrorReportUrl)
void
setInstall(boolean Install)
void
setJCOInstance(JCObject instance)
void
setMapFileExtensions(boolean MapFileExtensions)
void
setMinimumRequiredVersion(java.lang.String MinimumRequiredVersion)
void
setProduct(java.lang.String Product)
void
setPublisher(java.lang.String Publisher)
void
setSuiteName(java.lang.String SuiteName)
void
setSupportUrl(java.lang.String SupportUrl)
void
setTrustUrlParameters(boolean TrustUrlParameters)
void
setUpdateEnabled(boolean UpdateEnabled)
void
setUpdateInterval(int UpdateInterval)
void
setUpdateMode(java.lang.String UpdateMode)
void
setUpdateUnit(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.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
GenerateDeploymentManifest
public GenerateDeploymentManifest() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
-
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 classGenerateManifestBase
- 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 classGenerateManifestBase
- 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 classGenerateManifestBase
- 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 classGenerateManifestBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classGenerateManifestBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classGenerateManifestBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static GenerateDeploymentManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGenerateDeploymentManifest
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
GenerateDeploymentManifest
instance- 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.Throwable
InvalidOperationException
-
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.Throwable
InvalidOperationException
-
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.Throwable
InvalidOperationException
-
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.Throwable
InvalidOperationException
-
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.Throwable
InvalidOperationException
-
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.Throwable
InvalidOperationException
-
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
-
-