public class DeployManifest extends Manifest
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DeployManifest() |
DeployManifest(java.lang.Object instance)
Internal constructor.
|
DeployManifest(java.lang.String targetFrameworkMoniker) |
| Modifier and Type | Method and Description |
|---|---|
static DeployManifest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DeployManifest, a cast assert is made to check if types are compatible. |
CompatibleFrameworkCollection |
getCompatibleFrameworks() |
boolean |
getCreateDesktopShortcut() |
java.lang.String |
getDeploymentUrl() |
boolean |
getDisallowUrlActivation() |
java.lang.String |
getErrorReportUrl() |
boolean |
getInstall() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getMapFileExtensions() |
java.lang.String |
getMinimumRequiredVersion() |
java.lang.String |
getProduct() |
java.lang.String |
getPublisher() |
java.lang.String |
getSuiteName() |
java.lang.String |
getSupportUrl() |
java.lang.String |
getTargetFrameworkMoniker() |
boolean |
getTrustUrlParameters() |
boolean |
getUpdateEnabled() |
int |
getUpdateInterval() |
UpdateMode |
getUpdateMode() |
UpdateUnit |
getUpdateUnit() |
CompatibleFramework[] |
getXmlCompatibleFrameworks() |
java.lang.String |
getXmlCreateDesktopShortcut() |
java.lang.String |
getXmlDeploymentUrl() |
java.lang.String |
getXmlDisallowUrlActivation() |
java.lang.String |
getXmlErrorReportUrl() |
java.lang.String |
getXmlInstall() |
java.lang.String |
getXmlMapFileExtensions() |
java.lang.String |
getXmlMinimumRequiredVersion() |
java.lang.String |
getXmlProduct() |
java.lang.String |
getXmlPublisher() |
java.lang.String |
getXmlSuiteName() |
java.lang.String |
getXmlSupportUrl() |
java.lang.String |
getXmlTrustUrlParameters() |
java.lang.String |
getXmlUpdateEnabled() |
java.lang.String |
getXmlUpdateInterval() |
java.lang.String |
getXmlUpdateMode() |
java.lang.String |
getXmlUpdateUnit() |
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 |
setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker) |
void |
setTrustUrlParameters(boolean TrustUrlParameters) |
void |
setUpdateEnabled(boolean UpdateEnabled) |
void |
setUpdateInterval(int UpdateInterval) |
void |
setUpdateMode(UpdateMode UpdateMode) |
void |
setUpdateUnit(UpdateUnit UpdateUnit) |
void |
setXmlCompatibleFrameworks(CompatibleFramework[] XmlCompatibleFrameworks) |
void |
setXmlCreateDesktopShortcut(java.lang.String XmlCreateDesktopShortcut) |
void |
setXmlDeploymentUrl(java.lang.String XmlDeploymentUrl) |
void |
setXmlDisallowUrlActivation(java.lang.String XmlDisallowUrlActivation) |
void |
setXmlErrorReportUrl(java.lang.String XmlErrorReportUrl) |
void |
setXmlInstall(java.lang.String XmlInstall) |
void |
setXmlMapFileExtensions(java.lang.String XmlMapFileExtensions) |
void |
setXmlMinimumRequiredVersion(java.lang.String XmlMinimumRequiredVersion) |
void |
setXmlProduct(java.lang.String XmlProduct) |
void |
setXmlPublisher(java.lang.String XmlPublisher) |
void |
setXmlSuiteName(java.lang.String XmlSuiteName) |
void |
setXmlSupportUrl(java.lang.String XmlSupportUrl) |
void |
setXmlTrustUrlParameters(java.lang.String XmlTrustUrlParameters) |
void |
setXmlUpdateEnabled(java.lang.String XmlUpdateEnabled) |
void |
setXmlUpdateInterval(java.lang.String XmlUpdateInterval) |
void |
setXmlUpdateMode(java.lang.String XmlUpdateMode) |
void |
setXmlUpdateUnit(java.lang.String XmlUpdateUnit) |
void |
Validate() |
getAssemblyIdentity, getAssemblyReferences, getDescription, getEntryPoint, getFileReferences, getInputStream, getOutputMessages, getReadOnly, getSourcePath, getXmlAssemblyIdentity, getXmlAssemblyReferences, getXmlDescription, getXmlFileReferences, getXmlSchema, ResolveFiles, ResolveFiles, ResolveFiles, setAssemblyIdentity, setDescription, setEntryPoint, setInputStream, setReadOnly, setSourcePath, setXmlAssemblyIdentity, setXmlAssemblyReferences, setXmlDescription, setXmlFileReferences, setXmlSchema, UpdateFileInfo, UpdateFileInfopublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DeployManifest()
throws java.lang.Throwable
java.lang.Throwablepublic DeployManifest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DeployManifest(java.lang.String targetFrameworkMoniker)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
XmlException
public static DeployManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DeployManifest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDeployManifest instancejava.lang.Throwable - in case of error during cast operationpublic CompatibleFrameworkCollection getCompatibleFrameworks() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic boolean getCreateDesktopShortcut()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic java.lang.String getDeploymentUrl()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisallowUrlActivation()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic java.lang.String getErrorReportUrl()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getInstall()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ManifestString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ManifestString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ManifestObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ManifestString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ManifestJCType representing the CLR Type of the instantiated Classpublic boolean getMapFileExtensions()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic java.lang.String getMinimumRequiredVersion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProduct()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPublisher()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSuiteName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSupportUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkMoniker()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTrustUrlParameters()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean getUpdateEnabled()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic int getUpdateInterval()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
OverflowException
public UpdateMode getUpdateMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, InvalidCastException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, NullReferenceException
public UpdateUnit getUpdateUnit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, InvalidCastException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, NullReferenceException
public final CompatibleFramework[] getXmlCompatibleFrameworks() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlCreateDesktopShortcut()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getXmlDeploymentUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlDisallowUrlActivation()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getXmlErrorReportUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlInstall()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getXmlMapFileExtensions()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getXmlMinimumRequiredVersion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlProduct()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlPublisher()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlSuiteName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlSupportUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlTrustUrlParameters()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getXmlUpdateEnabled()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getXmlUpdateInterval()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlUpdateMode()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlUpdateUnit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public void setCreateDesktopShortcut(boolean CreateDesktopShortcut)
throws java.lang.Throwable
java.lang.Throwablepublic void setDeploymentUrl(java.lang.String DeploymentUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisallowUrlActivation(boolean DisallowUrlActivation)
throws java.lang.Throwable
java.lang.Throwablepublic void setErrorReportUrl(java.lang.String ErrorReportUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setInstall(boolean Install)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Manifestpublic void setMapFileExtensions(boolean MapFileExtensions)
throws java.lang.Throwable
java.lang.Throwablepublic void setMinimumRequiredVersion(java.lang.String MinimumRequiredVersion)
throws java.lang.Throwable
java.lang.Throwablepublic void setProduct(java.lang.String Product)
throws java.lang.Throwable
java.lang.Throwablepublic void setPublisher(java.lang.String Publisher)
throws java.lang.Throwable
java.lang.Throwablepublic void setSuiteName(java.lang.String SuiteName)
throws java.lang.Throwable
java.lang.Throwablepublic void setSupportUrl(java.lang.String SupportUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
XmlException
public void setTrustUrlParameters(boolean TrustUrlParameters)
throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateEnabled(boolean UpdateEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateInterval(int UpdateInterval)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException
public void setUpdateMode(UpdateMode UpdateMode) throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateUnit(UpdateUnit UpdateUnit) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlCompatibleFrameworks(CompatibleFramework[] XmlCompatibleFrameworks) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionpublic void setXmlCreateDesktopShortcut(java.lang.String XmlCreateDesktopShortcut)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlDeploymentUrl(java.lang.String XmlDeploymentUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlDisallowUrlActivation(java.lang.String XmlDisallowUrlActivation)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlErrorReportUrl(java.lang.String XmlErrorReportUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlInstall(java.lang.String XmlInstall)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlMapFileExtensions(java.lang.String XmlMapFileExtensions)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlMinimumRequiredVersion(java.lang.String XmlMinimumRequiredVersion)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlProduct(java.lang.String XmlProduct)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlPublisher(java.lang.String XmlPublisher)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlSuiteName(java.lang.String XmlSuiteName)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlSupportUrl(java.lang.String XmlSupportUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlTrustUrlParameters(java.lang.String XmlTrustUrlParameters)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlUpdateEnabled(java.lang.String XmlUpdateEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlUpdateInterval(java.lang.String XmlUpdateInterval)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlUpdateMode(java.lang.String XmlUpdateMode)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlUpdateUnit(java.lang.String XmlUpdateUnit)
throws java.lang.Throwable
java.lang.Throwablepublic void Validate()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
OutOfMemoryException,
KeyNotFoundException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
UriFormatException,
OverflowException,
NotSupportedException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
Validate in class Manifestjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionKeyNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionUriFormatExceptionOverflowExceptionNotSupportedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException