Package microsoft.build.tasks
Class GenerateManifestBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.tasks.GenerateManifestBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
GenerateApplicationManifest,GenerateDeploymentManifest
public class GenerateManifestBase extends Task
The base .NET class managing Microsoft.Build.Tasks.GenerateManifestBase, 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.GenerateManifestBase
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.GenerateManifestBasestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GenerateManifestBase()GenerateManifestBase(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerateManifestBasecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoGenerateManifestBase, a cast assert is made to check if types are compatible.booleanExecute()java.lang.StringgetAssemblyName()java.lang.StringgetAssemblyVersion()java.lang.StringgetDescription()ITaskItemgetEntryPoint()ITaskItemgetInputManifest()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()ITaskItemgetOutputManifest()java.lang.StringgetPlatform()java.lang.StringgetTargetCulture()java.lang.StringgetTargetFrameworkMoniker()java.lang.StringgetTargetFrameworkVersion()voidsetAssemblyName(java.lang.String AssemblyName)voidsetAssemblyVersion(java.lang.String AssemblyVersion)voidsetDescription(java.lang.String Description)voidsetEntryPoint(ITaskItem EntryPoint)voidsetInputManifest(ITaskItem InputManifest)voidsetJCOInstance(JCObject instance)voidsetMaxTargetPath(int MaxTargetPath)voidsetOutputManifest(ITaskItem OutputManifest)voidsetPlatform(java.lang.String Platform)voidsetTargetCulture(java.lang.String TargetCulture)voidsetTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker)voidsetTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)-
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.GenerateManifestBase- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classTask- 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 classTask- 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 classTask- 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 classTask- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classTask
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classTask- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static GenerateManifestBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoGenerateManifestBase, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
GenerateManifestBaseinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Execute
public boolean Execute() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SecurityException, OutOfMemoryException, FormatException, XmlException, XPathException, KeyNotFoundException, RankException- Overrides:
Executein classTask- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionOutOfMemoryExceptionFormatExceptionXmlExceptionXPathExceptionKeyNotFoundExceptionRankException
-
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
-
getEntryPoint
public ITaskItem getEntryPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEntryPoint
public void setEntryPoint(ITaskItem EntryPoint) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInputManifest
public ITaskItem getInputManifest() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInputManifest
public void setInputManifest(ITaskItem InputManifest) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutputManifest
public ITaskItem getOutputManifest() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputManifest
public void setOutputManifest(ITaskItem OutputManifest) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAssemblyName
public java.lang.String getAssemblyName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAssemblyName
public void setAssemblyName(java.lang.String AssemblyName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAssemblyVersion
public java.lang.String getAssemblyVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAssemblyVersion
public void setAssemblyVersion(java.lang.String AssemblyVersion) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPlatform
public java.lang.String getPlatform() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPlatform
public void setPlatform(java.lang.String Platform) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTargetCulture
public java.lang.String getTargetCulture() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTargetCulture
public void setTargetCulture(java.lang.String TargetCulture) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTargetFrameworkMoniker
public java.lang.String getTargetFrameworkMoniker() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTargetFrameworkMoniker
public void setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker) 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
-
-