Class ApplicationManifest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.tasks.deployment.manifestutilities.Manifest
-
- microsoft.build.tasks.deployment.manifestutilities.AssemblyManifest
-
- microsoft.build.tasks.deployment.manifestutilities.ApplicationManifest
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ApplicationManifest extends AssemblyManifest
The base .NET class managing Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest, 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.ManifestUtilities.ApplicationManifest
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.ManifestUtilities.ApplicationManifeststatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ApplicationManifest()ApplicationManifest(java.lang.Object instance)Internal constructor.ApplicationManifest(java.lang.String targetFrameworkVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationManifestcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoApplicationManifest, a cast assert is made to check if types are compatible.java.lang.StringgetConfigFile()java.lang.StringgetErrorReportUrl()FileAssociationCollectiongetFileAssociations()booleangetHostInBrowser()java.lang.StringgetIconFile()booleangetIsClickOnceManifest()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 TypeintgetMaxTargetPath()java.lang.StringgetOSDescription()java.lang.StringgetOSSupportUrl()java.lang.StringgetOSVersion()java.lang.StringgetProduct()java.lang.StringgetPublisher()java.lang.StringgetSuiteName()java.lang.StringgetSupportUrl()java.lang.StringgetTargetFrameworkVersion()TrustInfogetTrustInfo()booleangetUseApplicationTrust()java.lang.StringgetXmlConfigFile()AssemblyIdentitygetXmlEntryPointIdentity()java.lang.StringgetXmlEntryPointParameters()java.lang.StringgetXmlEntryPointPath()java.lang.StringgetXmlErrorReportUrl()FileAssociation[]getXmlFileAssociations()java.lang.StringgetXmlHostInBrowser()java.lang.StringgetXmlIconFile()java.lang.StringgetXmlIsClickOnceManifest()java.lang.StringgetXmlOSBuild()java.lang.StringgetXmlOSDescription()java.lang.StringgetXmlOSMajor()java.lang.StringgetXmlOSMinor()java.lang.StringgetXmlOSRevision()java.lang.StringgetXmlOSSupportUrl()java.lang.StringgetXmlProduct()java.lang.StringgetXmlPublisher()java.lang.StringgetXmlSuiteName()java.lang.StringgetXmlSupportUrl()java.lang.StringgetXmlUseApplicationTrust()voidsetConfigFile(java.lang.String ConfigFile)voidsetErrorReportUrl(java.lang.String ErrorReportUrl)voidsetHostInBrowser(boolean HostInBrowser)voidsetIconFile(java.lang.String IconFile)voidsetIsClickOnceManifest(boolean IsClickOnceManifest)voidsetJCOInstance(JCObject instance)voidsetMaxTargetPath(int MaxTargetPath)voidsetOSDescription(java.lang.String OSDescription)voidsetOSSupportUrl(java.lang.String OSSupportUrl)voidsetOSVersion(java.lang.String OSVersion)voidsetProduct(java.lang.String Product)voidsetPublisher(java.lang.String Publisher)voidsetSuiteName(java.lang.String SuiteName)voidsetSupportUrl(java.lang.String SupportUrl)voidsetTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)voidsetTrustInfo(TrustInfo TrustInfo)voidsetUseApplicationTrust(boolean UseApplicationTrust)voidsetXmlConfigFile(java.lang.String XmlConfigFile)voidsetXmlEntryPointIdentity(AssemblyIdentity XmlEntryPointIdentity)voidsetXmlEntryPointParameters(java.lang.String XmlEntryPointParameters)voidsetXmlEntryPointPath(java.lang.String XmlEntryPointPath)voidsetXmlErrorReportUrl(java.lang.String XmlErrorReportUrl)voidsetXmlFileAssociations(FileAssociation[] XmlFileAssociations)voidsetXmlHostInBrowser(java.lang.String XmlHostInBrowser)voidsetXmlIconFile(java.lang.String XmlIconFile)voidsetXmlIsClickOnceManifest(java.lang.String XmlIsClickOnceManifest)voidsetXmlOSBuild(java.lang.String XmlOSBuild)voidsetXmlOSDescription(java.lang.String XmlOSDescription)voidsetXmlOSMajor(java.lang.String XmlOSMajor)voidsetXmlOSMinor(java.lang.String XmlOSMinor)voidsetXmlOSRevision(java.lang.String XmlOSRevision)voidsetXmlOSSupportUrl(java.lang.String XmlOSSupportUrl)voidsetXmlProduct(java.lang.String XmlProduct)voidsetXmlPublisher(java.lang.String XmlPublisher)voidsetXmlSuiteName(java.lang.String XmlSuiteName)voidsetXmlSupportUrl(java.lang.String XmlSupportUrl)voidsetXmlUseApplicationTrust(java.lang.String XmlUseApplicationTrust)voidValidate()-
Methods inherited from class microsoft.build.tasks.deployment.manifestutilities.AssemblyManifest
getExternalProxyStubs, getXmlExternalProxyStubs, setXmlExternalProxyStubs
-
Methods inherited from class microsoft.build.tasks.deployment.manifestutilities.Manifest
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, UpdateFileInfo
-
-
-
-
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.Deployment.ManifestUtilities.ApplicationManifest- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApplicationManifest
public ApplicationManifest(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ApplicationManifest
public ApplicationManifest() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ApplicationManifest
public ApplicationManifest(java.lang.String targetFrameworkVersion) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classAssemblyManifest- 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 classAssemblyManifest- 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 classAssemblyManifest- 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 classAssemblyManifest- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classAssemblyManifest
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classAssemblyManifest- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ApplicationManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoApplicationManifest, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ApplicationManifestinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Validate
public void Validate() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, KeyNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException, XPathException, FormatException, IndexOutOfRangeException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, XmlSchemaException, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, BadImageFormatException- Overrides:
Validatein classManifest- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionKeyNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionXmlExceptionXPathExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionXmlSchemaExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionBadImageFormatException
-
getHostInBrowser
public boolean getHostInBrowser() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHostInBrowser
public void setHostInBrowser(boolean HostInBrowser) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsClickOnceManifest
public boolean getIsClickOnceManifest() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsClickOnceManifest
public void setIsClickOnceManifest(boolean IsClickOnceManifest) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseApplicationTrust
public boolean getUseApplicationTrust() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseApplicationTrust
public void setUseApplicationTrust(boolean UseApplicationTrust) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMaxTargetPath
public int getMaxTargetPath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMaxTargetPath
public void setMaxTargetPath(int MaxTargetPath) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlEntryPointIdentity
public AssemblyIdentity getXmlEntryPointIdentity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlEntryPointIdentity
public void setXmlEntryPointIdentity(AssemblyIdentity XmlEntryPointIdentity) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlFileAssociations
public final FileAssociation[] getXmlFileAssociations() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlFileAssociations
public void setXmlFileAssociations(FileAssociation[] XmlFileAssociations) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFileAssociations
public FileAssociationCollection getFileAssociations() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
getTrustInfo
public TrustInfo getTrustInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrustInfo
public void setTrustInfo(TrustInfo TrustInfo) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConfigFile
public java.lang.String getConfigFile() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setConfigFile
public void setConfigFile(java.lang.String ConfigFile) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getErrorReportUrl
public java.lang.String getErrorReportUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setErrorReportUrl
public void setErrorReportUrl(java.lang.String ErrorReportUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIconFile
public java.lang.String getIconFile() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIconFile
public void setIconFile(java.lang.String IconFile) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getOSDescription
public java.lang.String getOSDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setOSDescription
public void setOSDescription(java.lang.String OSDescription) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getOSSupportUrl
public java.lang.String getOSSupportUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setOSSupportUrl
public void setOSSupportUrl(java.lang.String OSSupportUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getOSVersion
public java.lang.String getOSVersion() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionArgumentException
-
setOSVersion
public void setOSVersion(java.lang.String OSVersion) throws java.lang.Throwable, ArgumentNullException, FormatException, OverflowException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionOverflowExceptionArgumentOutOfRangeExceptionArgumentException
-
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- Throws:
java.lang.Throwable
-
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
-
getTargetFrameworkVersion
public java.lang.String getTargetFrameworkVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTargetFrameworkVersion
public void setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlConfigFile
public java.lang.String getXmlConfigFile() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlConfigFile
public void setXmlConfigFile(java.lang.String XmlConfigFile) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlEntryPointParameters
public java.lang.String getXmlEntryPointParameters() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlEntryPointParameters
public void setXmlEntryPointParameters(java.lang.String XmlEntryPointParameters) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlEntryPointPath
public java.lang.String getXmlEntryPointPath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlEntryPointPath
public void setXmlEntryPointPath(java.lang.String XmlEntryPointPath) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlErrorReportUrl
public java.lang.String getXmlErrorReportUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlErrorReportUrl
public void setXmlErrorReportUrl(java.lang.String XmlErrorReportUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlHostInBrowser
public java.lang.String getXmlHostInBrowser() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
setXmlHostInBrowser
public void setXmlHostInBrowser(java.lang.String XmlHostInBrowser) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatException
-
getXmlIconFile
public java.lang.String getXmlIconFile() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlIconFile
public void setXmlIconFile(java.lang.String XmlIconFile) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlIsClickOnceManifest
public java.lang.String getXmlIsClickOnceManifest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
setXmlIsClickOnceManifest
public void setXmlIsClickOnceManifest(java.lang.String XmlIsClickOnceManifest) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatException
-
getXmlOSBuild
public java.lang.String getXmlOSBuild() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlOSBuild
public void setXmlOSBuild(java.lang.String XmlOSBuild) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlOSDescription
public java.lang.String getXmlOSDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlOSDescription
public void setXmlOSDescription(java.lang.String XmlOSDescription) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlOSMajor
public java.lang.String getXmlOSMajor() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlOSMajor
public void setXmlOSMajor(java.lang.String XmlOSMajor) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlOSMinor
public java.lang.String getXmlOSMinor() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlOSMinor
public void setXmlOSMinor(java.lang.String XmlOSMinor) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlOSRevision
public java.lang.String getXmlOSRevision() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlOSRevision
public void setXmlOSRevision(java.lang.String XmlOSRevision) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlOSSupportUrl
public java.lang.String getXmlOSSupportUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlOSSupportUrl
public void setXmlOSSupportUrl(java.lang.String XmlOSSupportUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlProduct
public java.lang.String getXmlProduct() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlProduct
public void setXmlProduct(java.lang.String XmlProduct) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlPublisher
public java.lang.String getXmlPublisher() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlPublisher
public void setXmlPublisher(java.lang.String XmlPublisher) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlSuiteName
public java.lang.String getXmlSuiteName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlSuiteName
public void setXmlSuiteName(java.lang.String XmlSuiteName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlSupportUrl
public java.lang.String getXmlSupportUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXmlSupportUrl
public void setXmlSupportUrl(java.lang.String XmlSupportUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlUseApplicationTrust
public java.lang.String getXmlUseApplicationTrust() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
setXmlUseApplicationTrust
public void setXmlUseApplicationTrust(java.lang.String XmlUseApplicationTrust) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatException
-
-