Package microsoft.build.tasks
Class GenerateApplicationManifest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.tasks.GenerateManifestBase
-
- microsoft.build.tasks.GenerateApplicationManifest
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class GenerateApplicationManifest extends GenerateManifestBase
The base .NET class managing Microsoft.Build.Tasks.GenerateApplicationManifest, 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.GenerateApplicationManifest
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.GenerateApplicationManifeststatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GenerateApplicationManifest()GenerateApplicationManifest(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerateApplicationManifestcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoGenerateApplicationManifest, a cast assert is made to check if types are compatible.java.lang.StringgetClrVersion()ITaskItemgetConfigFile()ITaskItem[]getDependencies()java.lang.StringgetErrorReportUrl()ITaskItem[]getFileAssociations()ITaskItem[]getFiles()booleangetHostInBrowser()ITaskItemgetIconFile()ITaskItem[]getIsolatedComReferences()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 Typejava.lang.StringgetManifestType()java.lang.StringgetOSVersion()java.lang.StringgetProduct()java.lang.StringgetPublisher()booleangetRequiresMinimumFramework35SP1()java.lang.StringgetSuiteName()java.lang.StringgetSupportUrl()java.lang.StringgetTargetFrameworkProfile()java.lang.StringgetTargetFrameworkSubset()ITaskItemgetTrustInfoFile()booleangetUseApplicationTrust()voidsetClrVersion(java.lang.String ClrVersion)voidsetConfigFile(ITaskItem ConfigFile)voidsetDependencies(ITaskItem[] Dependencies)voidsetErrorReportUrl(java.lang.String ErrorReportUrl)voidsetFileAssociations(ITaskItem[] FileAssociations)voidsetFiles(ITaskItem[] Files)voidsetHostInBrowser(boolean HostInBrowser)voidsetIconFile(ITaskItem IconFile)voidsetIsolatedComReferences(ITaskItem[] IsolatedComReferences)voidsetJCOInstance(JCObject instance)voidsetManifestType(java.lang.String ManifestType)voidsetOSVersion(java.lang.String OSVersion)voidsetProduct(java.lang.String Product)voidsetPublisher(java.lang.String Publisher)voidsetRequiresMinimumFramework35SP1(boolean RequiresMinimumFramework35SP1)voidsetSuiteName(java.lang.String SuiteName)voidsetSupportUrl(java.lang.String SupportUrl)voidsetTargetFrameworkProfile(java.lang.String TargetFrameworkProfile)voidsetTargetFrameworkSubset(java.lang.String TargetFrameworkSubset)voidsetTrustInfoFile(ITaskItem TrustInfoFile)voidsetUseApplicationTrust(boolean UseApplicationTrust)-
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.GenerateApplicationManifest- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GenerateApplicationManifest
public GenerateApplicationManifest(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
GenerateApplicationManifest
public GenerateApplicationManifest() 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 GenerateApplicationManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoGenerateApplicationManifest, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
GenerateApplicationManifestinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
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
-
getRequiresMinimumFramework35SP1
public boolean getRequiresMinimumFramework35SP1() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRequiresMinimumFramework35SP1
public void setRequiresMinimumFramework35SP1(boolean RequiresMinimumFramework35SP1) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseApplicationTrust
public boolean getUseApplicationTrust() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
setUseApplicationTrust
public void setUseApplicationTrust(boolean UseApplicationTrust) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getConfigFile
public ITaskItem getConfigFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConfigFile
public void setConfigFile(ITaskItem ConfigFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconFile
public ITaskItem getIconFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIconFile
public void setIconFile(ITaskItem IconFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTrustInfoFile
public ITaskItem getTrustInfoFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrustInfoFile
public void setTrustInfoFile(ITaskItem TrustInfoFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDependencies
public final ITaskItem[] getDependencies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDependencies
public void setDependencies(ITaskItem[] Dependencies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankException
-
getFileAssociations
public final ITaskItem[] getFileAssociations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
setFileAssociations
public void setFileAssociations(ITaskItem[] FileAssociations) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFiles
public final ITaskItem[] getFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFiles
public void setFiles(ITaskItem[] Files) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankException
-
getIsolatedComReferences
public final ITaskItem[] getIsolatedComReferences() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsolatedComReferences
public void setIsolatedComReferences(ITaskItem[] IsolatedComReferences) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankException
-
getClrVersion
public java.lang.String getClrVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setClrVersion
public void setClrVersion(java.lang.String ClrVersion) 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
-
getManifestType
public java.lang.String getManifestType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setManifestType
public void setManifestType(java.lang.String ManifestType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getOSVersion
public java.lang.String getOSVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setOSVersion
public void setOSVersion(java.lang.String OSVersion) 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- 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
-
getTargetFrameworkProfile
public java.lang.String getTargetFrameworkProfile() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTargetFrameworkProfile
public void setTargetFrameworkProfile(java.lang.String TargetFrameworkProfile) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTargetFrameworkSubset
public java.lang.String getTargetFrameworkSubset() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTargetFrameworkSubset
public void setTargetFrameworkSubset(java.lang.String TargetFrameworkSubset) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-