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.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.GenerateApplicationManifeststatic JCType
classType
The 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 GenerateApplicationManifest
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGenerateApplicationManifest
, a cast assert is made to check if types are compatible.java.lang.String
getClrVersion()
ITaskItem
getConfigFile()
ITaskItem[]
getDependencies()
java.lang.String
getErrorReportUrl()
ITaskItem[]
getFileAssociations()
ITaskItem[]
getFiles()
boolean
getHostInBrowser()
ITaskItem
getIconFile()
ITaskItem[]
getIsolatedComReferences()
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 Typejava.lang.String
getManifestType()
java.lang.String
getOSVersion()
java.lang.String
getProduct()
java.lang.String
getPublisher()
boolean
getRequiresMinimumFramework35SP1()
java.lang.String
getSuiteName()
java.lang.String
getSupportUrl()
java.lang.String
getTargetFrameworkProfile()
java.lang.String
getTargetFrameworkSubset()
ITaskItem
getTrustInfoFile()
boolean
getUseApplicationTrust()
void
setClrVersion(java.lang.String ClrVersion)
void
setConfigFile(ITaskItem ConfigFile)
void
setDependencies(ITaskItem[] Dependencies)
void
setErrorReportUrl(java.lang.String ErrorReportUrl)
void
setFileAssociations(ITaskItem[] FileAssociations)
void
setFiles(ITaskItem[] Files)
void
setHostInBrowser(boolean HostInBrowser)
void
setIconFile(ITaskItem IconFile)
void
setIsolatedComReferences(ITaskItem[] IsolatedComReferences)
void
setJCOInstance(JCObject instance)
void
setManifestType(java.lang.String ManifestType)
void
setOSVersion(java.lang.String OSVersion)
void
setProduct(java.lang.String Product)
void
setPublisher(java.lang.String Publisher)
void
setRequiresMinimumFramework35SP1(boolean RequiresMinimumFramework35SP1)
void
setSuiteName(java.lang.String SuiteName)
void
setSupportUrl(java.lang.String SupportUrl)
void
setTargetFrameworkProfile(java.lang.String TargetFrameworkProfile)
void
setTargetFrameworkSubset(java.lang.String TargetFrameworkSubset)
void
setTrustInfoFile(ITaskItem TrustInfoFile)
void
setUseApplicationTrust(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.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
GenerateApplicationManifest
public GenerateApplicationManifest() 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 GenerateApplicationManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGenerateApplicationManifest
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
GenerateApplicationManifest
instance- 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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
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
-
-