Package microsoft.build.tasks
Class ResolveKeySource
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.tasks.TaskExtension
-
- microsoft.build.tasks.ResolveKeySource
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ResolveKeySource extends TaskExtension
The base .NET class managing Microsoft.Build.Tasks.ResolveKeySource, 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.ResolveKeySource
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.ResolveKeySourcestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ResolveKeySource()
ResolveKeySource(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResolveKeySource
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoResolveKeySource
, a cast assert is made to check if types are compatible.boolean
Execute()
int
getAutoClosePasswordPromptShow()
int
getAutoClosePasswordPromptTimeout()
java.lang.String
getCertificateFile()
java.lang.String
getCertificateThumbprint()
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 Typejava.lang.String
getKeyFile()
java.lang.String
getResolvedKeyContainer()
java.lang.String
getResolvedKeyFile()
java.lang.String
getResolvedThumbprint()
boolean
getShowImportDialogDespitePreviousFailures()
boolean
getSuppressAutoClosePasswordPrompt()
void
setAutoClosePasswordPromptShow(int AutoClosePasswordPromptShow)
void
setAutoClosePasswordPromptTimeout(int AutoClosePasswordPromptTimeout)
void
setCertificateFile(java.lang.String CertificateFile)
void
setCertificateThumbprint(java.lang.String CertificateThumbprint)
void
setJCOInstance(JCObject instance)
void
setKeyFile(java.lang.String KeyFile)
void
setResolvedKeyContainer(java.lang.String ResolvedKeyContainer)
void
setResolvedKeyFile(java.lang.String ResolvedKeyFile)
void
setResolvedThumbprint(java.lang.String ResolvedThumbprint)
void
setShowImportDialogDespitePreviousFailures(boolean ShowImportDialogDespitePreviousFailures)
void
setSuppressAutoClosePasswordPrompt(boolean SuppressAutoClosePasswordPrompt)
-
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.ResolveKeySource- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResolveKeySource
public ResolveKeySource(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ResolveKeySource
public ResolveKeySource() 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 ResolveKeySource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoResolveKeySource
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ResolveKeySource
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Execute
public boolean Execute() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, NotSupportedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, SecurityException, NotImplementedException, CryptographicException, AccessViolationException, OutOfMemoryException, RankException, OverflowException, KeyNotFoundException, ObjectDisposedException
- Overrides:
Execute
in classTask
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
MissingMethodException
TargetInvocationException
FormatException
NotSupportedException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
SecurityException
NotImplementedException
CryptographicException
AccessViolationException
OutOfMemoryException
RankException
OverflowException
KeyNotFoundException
ObjectDisposedException
-
getShowImportDialogDespitePreviousFailures
public boolean getShowImportDialogDespitePreviousFailures() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowImportDialogDespitePreviousFailures
public void setShowImportDialogDespitePreviousFailures(boolean ShowImportDialogDespitePreviousFailures) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSuppressAutoClosePasswordPrompt
public boolean getSuppressAutoClosePasswordPrompt() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSuppressAutoClosePasswordPrompt
public void setSuppressAutoClosePasswordPrompt(boolean SuppressAutoClosePasswordPrompt) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAutoClosePasswordPromptShow
public int getAutoClosePasswordPromptShow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoClosePasswordPromptShow
public void setAutoClosePasswordPromptShow(int AutoClosePasswordPromptShow) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAutoClosePasswordPromptTimeout
public int getAutoClosePasswordPromptTimeout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoClosePasswordPromptTimeout
public void setAutoClosePasswordPromptTimeout(int AutoClosePasswordPromptTimeout) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCertificateFile
public java.lang.String getCertificateFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCertificateFile
public void setCertificateFile(java.lang.String CertificateFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCertificateThumbprint
public java.lang.String getCertificateThumbprint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCertificateThumbprint
public void setCertificateThumbprint(java.lang.String CertificateThumbprint) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKeyFile
public java.lang.String getKeyFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setKeyFile
public void setKeyFile(java.lang.String KeyFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResolvedKeyContainer
public java.lang.String getResolvedKeyContainer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResolvedKeyContainer
public void setResolvedKeyContainer(java.lang.String ResolvedKeyContainer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResolvedKeyFile
public java.lang.String getResolvedKeyFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResolvedKeyFile
public void setResolvedKeyFile(java.lang.String ResolvedKeyFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResolvedThumbprint
public java.lang.String getResolvedThumbprint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResolvedThumbprint
public void setResolvedThumbprint(java.lang.String ResolvedThumbprint) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-