Class Manifest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.tasks.deployment.manifestutilities.Manifest
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
AssemblyManifest
,DeployManifest
public class Manifest extends NetObject
The base .NET class managing Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest, 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.Manifest
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.Deployment.ManifestUtilities.Manifeststatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Manifest
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoManifest
, a cast assert is made to check if types are compatible.AssemblyIdentity
getAssemblyIdentity()
AssemblyReferenceCollection
getAssemblyReferences()
java.lang.String
getDescription()
AssemblyReference
getEntryPoint()
FileReferenceCollection
getFileReferences()
Stream
getInputStream()
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 TypeOutputMessageCollection
getOutputMessages()
boolean
getReadOnly()
java.lang.String
getSourcePath()
AssemblyIdentity
getXmlAssemblyIdentity()
AssemblyReference[]
getXmlAssemblyReferences()
java.lang.String
getXmlDescription()
FileReference[]
getXmlFileReferences()
java.lang.String
getXmlSchema()
void
ResolveFiles()
void
ResolveFiles(java.lang.String[] searchPaths)
void
ResolveFiles(JCORefOut dupParam0)
void
setAssemblyIdentity(AssemblyIdentity AssemblyIdentity)
void
setDescription(java.lang.String Description)
void
setEntryPoint(AssemblyReference EntryPoint)
void
setInputStream(Stream InputStream)
void
setJCOInstance(JCObject instance)
void
setReadOnly(boolean ReadOnly)
void
setSourcePath(java.lang.String SourcePath)
void
setXmlAssemblyIdentity(AssemblyIdentity XmlAssemblyIdentity)
void
setXmlAssemblyReferences(AssemblyReference[] XmlAssemblyReferences)
void
setXmlDescription(java.lang.String XmlDescription)
void
setXmlFileReferences(FileReference[] XmlFileReferences)
void
setXmlSchema(java.lang.String XmlSchema)
void
UpdateFileInfo()
void
UpdateFileInfo(java.lang.String targetFrameworkVersion)
void
Validate()
-
-
-
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.Manifest- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Manifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoManifest
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Manifest
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ResolveFiles
public void ResolveFiles() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PathTooLongException, OutOfMemoryException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PathTooLongException
OutOfMemoryException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
-
ResolveFiles
public void ResolveFiles(java.lang.String[] searchPaths) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
InvalidOperationException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
IndexOutOfRangeException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
-
ResolveFiles
public void ResolveFiles(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
InvalidOperationException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
IndexOutOfRangeException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
-
UpdateFileInfo
public void UpdateFileInfo() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, MissingManifestResourceException, XmlException, NullReferenceException, XPathException, FormatException, PlatformNotSupportedException, CryptographicException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
MissingManifestResourceException
XmlException
NullReferenceException
XPathException
FormatException
PlatformNotSupportedException
CryptographicException
ObjectDisposedException
OutOfMemoryException
-
UpdateFileInfo
public void UpdateFileInfo(java.lang.String targetFrameworkVersion) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, MissingManifestResourceException, XmlException, NullReferenceException, XPathException, FormatException, PlatformNotSupportedException, CryptographicException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
MissingManifestResourceException
XmlException
NullReferenceException
XPathException
FormatException
PlatformNotSupportedException
CryptographicException
ObjectDisposedException
OutOfMemoryException
-
Validate
public void Validate() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAssemblyIdentity
public AssemblyIdentity getAssemblyIdentity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAssemblyIdentity
public void setAssemblyIdentity(AssemblyIdentity AssemblyIdentity) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlAssemblyIdentity
public AssemblyIdentity getXmlAssemblyIdentity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlAssemblyIdentity
public void setXmlAssemblyIdentity(AssemblyIdentity XmlAssemblyIdentity) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEntryPoint
public AssemblyReference getEntryPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEntryPoint
public void setEntryPoint(AssemblyReference EntryPoint) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlAssemblyReferences
public final AssemblyReference[] getXmlAssemblyReferences() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlAssemblyReferences
public void setXmlAssemblyReferences(AssemblyReference[] XmlAssemblyReferences) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAssemblyReferences
public AssemblyReferenceCollection getAssemblyReferences() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
getXmlFileReferences
public final FileReference[] getXmlFileReferences() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlFileReferences
public void setXmlFileReferences(FileReference[] XmlFileReferences) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFileReferences
public FileReferenceCollection getFileReferences() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
getOutputMessages
public OutputMessageCollection getOutputMessages() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInputStream
public Stream getInputStream() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInputStream
public void setInputStream(Stream InputStream) 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
-
getSourcePath
public java.lang.String getSourcePath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSourcePath
public void setSourcePath(java.lang.String SourcePath) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlDescription
public java.lang.String getXmlDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlDescription
public void setXmlDescription(java.lang.String XmlDescription) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlSchema
public java.lang.String getXmlSchema() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlSchema
public void setXmlSchema(java.lang.String XmlSchema) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-