public class Manifest extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Manifest() |
Manifest(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Manifest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Manifest, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
OutputMessageCollection |
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(JCORefOut dupParam0) |
void |
ResolveFiles(java.lang.String[] searchPaths) |
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() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Manifest()
throws java.lang.Throwable
java.lang.Throwablepublic Manifest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Manifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Manifest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedManifest instancejava.lang.Throwable - in case of error during cast operationpublic AssemblyIdentity getAssemblyIdentity() throws java.lang.Throwable
java.lang.Throwablepublic AssemblyReferenceCollection getAssemblyReferences() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyReference getEntryPoint() throws java.lang.Throwable
java.lang.Throwablepublic FileReferenceCollection getFileReferences() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic Stream getInputStream() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic OutputMessageCollection getOutputMessages() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSourcePath()
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity getXmlAssemblyIdentity() throws java.lang.Throwable
java.lang.Throwablepublic final AssemblyReference[] getXmlAssemblyReferences() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlDescription()
throws java.lang.Throwable
java.lang.Throwablepublic final FileReference[] getXmlFileReferences() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlSchema()
throws java.lang.Throwable
java.lang.Throwablepublic void ResolveFiles()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
PathTooLongException,
OutOfMemoryException,
IndexOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionPathTooLongExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void ResolveFiles(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionpublic void setAssemblyIdentity(AssemblyIdentity AssemblyIdentity) throws java.lang.Throwable
java.lang.Throwablepublic void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setEntryPoint(AssemblyReference EntryPoint) throws java.lang.Throwable
java.lang.Throwablepublic void setInputStream(Stream InputStream) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setSourcePath(java.lang.String SourcePath)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlAssemblyIdentity(AssemblyIdentity XmlAssemblyIdentity) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlAssemblyReferences(AssemblyReference[] XmlAssemblyReferences) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlDescription(java.lang.String XmlDescription)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlFileReferences(FileReference[] XmlFileReferences) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlSchema(java.lang.String XmlSchema)
throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionMissingManifestResourceExceptionXmlExceptionNullReferenceExceptionXPathExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionMissingManifestResourceExceptionXmlExceptionNullReferenceExceptionXPathExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void Validate()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
OutOfMemoryException,
IndexOutOfRangeException,
KeyNotFoundException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException