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.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.GenerateManifestBasestatic JCType
classType
The 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 GenerateManifestBase
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGenerateManifestBase
, a cast assert is made to check if types are compatible.boolean
Execute()
java.lang.String
getAssemblyName()
java.lang.String
getAssemblyVersion()
java.lang.String
getDescription()
ITaskItem
getEntryPoint()
ITaskItem
getInputManifest()
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 Typeint
getMaxTargetPath()
ITaskItem
getOutputManifest()
java.lang.String
getPlatform()
java.lang.String
getTargetCulture()
java.lang.String
getTargetFrameworkMoniker()
java.lang.String
getTargetFrameworkVersion()
void
setAssemblyName(java.lang.String AssemblyName)
void
setAssemblyVersion(java.lang.String AssemblyVersion)
void
setDescription(java.lang.String Description)
void
setEntryPoint(ITaskItem EntryPoint)
void
setInputManifest(ITaskItem InputManifest)
void
setJCOInstance(JCObject instance)
void
setMaxTargetPath(int MaxTargetPath)
void
setOutputManifest(ITaskItem OutputManifest)
void
setPlatform(java.lang.String Platform)
void
setTargetCulture(java.lang.String TargetCulture)
void
setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker)
void
setTargetFrameworkVersion(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classTask
- 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 classTask
- 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 classTask
- 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 classTask
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTask
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classTask
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static GenerateManifestBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGenerateManifestBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
GenerateManifestBase
instance- 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:
Execute
in classTask
- 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
-
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
-
-