Package microsoft.build.tasks
Class ResolveManifestFiles
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.tasks.TaskExtension
-
- microsoft.build.tasks.ResolveManifestFiles
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ResolveManifestFiles extends TaskExtension
The base .NET class managing Microsoft.Build.Tasks.ResolveManifestFiles, 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.ResolveManifestFiles
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.ResolveManifestFilesstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ResolveManifestFiles()
ResolveManifestFiles(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class microsoft.build.tasks.TaskExtension
getLog
-
Methods inherited from class microsoft.build.utilities.Task
getBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, 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.ResolveManifestFiles- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResolveManifestFiles
public ResolveManifestFiles(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ResolveManifestFiles
public ResolveManifestFiles() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
-
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 classTaskExtension
- 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 classTaskExtension
- 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 classTaskExtension
- 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 classTaskExtension
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTaskExtension
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classTaskExtension
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ResolveManifestFiles cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoResolveManifestFiles
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ResolveManifestFiles
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Execute
public boolean Execute() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, InvalidCastException, NullReferenceException, ObjectDisposedException, KeyNotFoundException, FormatException
- Overrides:
Execute
in classTask
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
ArgumentOutOfRangeException
InvalidCastException
NullReferenceException
ObjectDisposedException
KeyNotFoundException
FormatException
-
getSigningManifests
public boolean getSigningManifests() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSigningManifests
public void setSigningManifests(boolean SigningManifests) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeploymentManifestEntryPoint
public ITaskItem getDeploymentManifestEntryPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeploymentManifestEntryPoint
public void setDeploymentManifestEntryPoint(ITaskItem DeploymentManifestEntryPoint) 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
-
getOutputDeploymentManifestEntryPoint
public ITaskItem getOutputDeploymentManifestEntryPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputDeploymentManifestEntryPoint
public void setOutputDeploymentManifestEntryPoint(ITaskItem OutputDeploymentManifestEntryPoint) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutputEntryPoint
public ITaskItem getOutputEntryPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputEntryPoint
public void setOutputEntryPoint(ITaskItem OutputEntryPoint) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getExtraFiles
public final ITaskItem[] getExtraFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExtraFiles
public void setExtraFiles(ITaskItem[] ExtraFiles) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
getFiles
public final ITaskItem[] getFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFiles
public void setFiles(ITaskItem[] Files) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
getManagedAssemblies
public final ITaskItem[] getManagedAssemblies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setManagedAssemblies
public void setManagedAssemblies(ITaskItem[] ManagedAssemblies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
getNativeAssemblies
public final ITaskItem[] getNativeAssemblies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNativeAssemblies
public void setNativeAssemblies(ITaskItem[] NativeAssemblies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
getOutputAssemblies
public final ITaskItem[] getOutputAssemblies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputAssemblies
public void setOutputAssemblies(ITaskItem[] OutputAssemblies) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutputFiles
public final ITaskItem[] getOutputFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputFiles
public void setOutputFiles(ITaskItem[] OutputFiles) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPublishFiles
public final ITaskItem[] getPublishFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPublishFiles
public void setPublishFiles(ITaskItem[] PublishFiles) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
getSatelliteAssemblies
public final ITaskItem[] getSatelliteAssemblies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSatelliteAssemblies
public void setSatelliteAssemblies(ITaskItem[] SatelliteAssemblies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
RankException
-
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
-
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
-
-