public class ResolveManifestFiles extends TaskExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.ResolveManifestFiles
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.ResolveManifestFiles
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ResolveManifestFiles() |
ResolveManifestFiles(java.lang.Object instance)
Internal constructor.
|
getLoggetBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, setBuildEngine, setHostObjectpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ResolveManifestFiles()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic ResolveManifestFiles(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ResolveManifestFiles cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ResolveManifestFiles, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedResolveManifestFiles instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
InvalidCastException,
NullReferenceException,
ObjectDisposedException,
KeyNotFoundException,
FormatException
Execute in class Taskjava.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionInvalidCastExceptionNullReferenceExceptionObjectDisposedExceptionKeyNotFoundExceptionFormatExceptionpublic ITaskItem getDeploymentManifestEntryPoint() throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getEntryPoint() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getExtraFiles() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getFiles() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TaskExtensionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TaskExtensionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TaskExtensionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TaskExtensionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TaskExtensionJCType representing the CLR Type of the instantiated Classpublic final ITaskItem[] getManagedAssemblies() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getNativeAssemblies() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getOutputAssemblies() throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getOutputDeploymentManifestEntryPoint() throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getOutputEntryPoint() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getOutputFiles() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getPublishFiles() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getSatelliteAssemblies() throws java.lang.Throwable
java.lang.Throwablepublic boolean getSigningManifests()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetCulture()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkVersion()
throws java.lang.Throwable
java.lang.Throwablepublic void setDeploymentManifestEntryPoint(ITaskItem DeploymentManifestEntryPoint) throws java.lang.Throwable
java.lang.Throwablepublic void setEntryPoint(ITaskItem EntryPoint) throws java.lang.Throwable
java.lang.Throwablepublic void setExtraFiles(ITaskItem[] ExtraFiles) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setFiles(ITaskItem[] Files) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class TaskExtensionpublic void setManagedAssemblies(ITaskItem[] ManagedAssemblies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setNativeAssemblies(ITaskItem[] NativeAssemblies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setOutputAssemblies(ITaskItem[] OutputAssemblies) throws java.lang.Throwable
java.lang.Throwablepublic void setOutputDeploymentManifestEntryPoint(ITaskItem OutputDeploymentManifestEntryPoint) throws java.lang.Throwable
java.lang.Throwablepublic void setOutputEntryPoint(ITaskItem OutputEntryPoint) throws java.lang.Throwable
java.lang.Throwablepublic void setOutputFiles(ITaskItem[] OutputFiles) throws java.lang.Throwable
java.lang.Throwablepublic void setPublishFiles(ITaskItem[] PublishFiles) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setSatelliteAssemblies(ITaskItem[] SatelliteAssemblies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setSigningManifests(boolean SigningManifests)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetCulture(java.lang.String TargetCulture)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)
throws java.lang.Throwable
java.lang.Throwable