Package microsoft.build.framework
Class IEventSourceImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.framework.IEventSourceImplementation
-
- All Implemented Interfaces:
IEventSource,IJCOBridgeReflected
public class IEventSourceImplementation extends NetObject implements IEventSource
The base .NET class managing Microsoft.Build.Framework.IEventSource, Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Framework.IEventSource
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.StringassemblyFullNameFully assembly qualified name: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Frameworkstatic java.lang.StringclassNameQualified class name: Microsoft.Build.Framework.IEventSourcestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IEventSourceImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Framework, 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.Framework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Framework.IEventSource- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIEventSource- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIEventSource- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIEventSource- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIEventSource- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIEventSource- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIEventSource
public static IEventSource ToIEventSource(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIEventSource, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IEventSourceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
addAnyEventRaised
public void addAnyEventRaised(AnyEventHandler handler) throws java.lang.Throwable
- Specified by:
addAnyEventRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeAnyEventRaised
public void removeAnyEventRaised(AnyEventHandler handler) throws java.lang.Throwable
- Specified by:
removeAnyEventRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addErrorRaised
public void addErrorRaised(BuildErrorEventHandler handler) throws java.lang.Throwable
- Specified by:
addErrorRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeErrorRaised
public void removeErrorRaised(BuildErrorEventHandler handler) throws java.lang.Throwable
- Specified by:
removeErrorRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addBuildFinished
public void addBuildFinished(BuildFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
addBuildFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeBuildFinished
public void removeBuildFinished(BuildFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeBuildFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addMessageRaised
public void addMessageRaised(BuildMessageEventHandler handler) throws java.lang.Throwable
- Specified by:
addMessageRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeMessageRaised
public void removeMessageRaised(BuildMessageEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMessageRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addBuildStarted
public void addBuildStarted(BuildStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
addBuildStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeBuildStarted
public void removeBuildStarted(BuildStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeBuildStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addStatusEventRaised
public void addStatusEventRaised(BuildStatusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStatusEventRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeStatusEventRaised
public void removeStatusEventRaised(BuildStatusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStatusEventRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addWarningRaised
public void addWarningRaised(BuildWarningEventHandler handler) throws java.lang.Throwable
- Specified by:
addWarningRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeWarningRaised
public void removeWarningRaised(BuildWarningEventHandler handler) throws java.lang.Throwable
- Specified by:
removeWarningRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addCustomEventRaised
public void addCustomEventRaised(CustomBuildEventHandler handler) throws java.lang.Throwable
- Specified by:
addCustomEventRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeCustomEventRaised
public void removeCustomEventRaised(CustomBuildEventHandler handler) throws java.lang.Throwable
- Specified by:
removeCustomEventRaisedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addProjectFinished
public void addProjectFinished(ProjectFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
addProjectFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeProjectFinished
public void removeProjectFinished(ProjectFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeProjectFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addProjectStarted
public void addProjectStarted(ProjectStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
addProjectStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeProjectStarted
public void removeProjectStarted(ProjectStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeProjectStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addTargetFinished
public void addTargetFinished(TargetFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
addTargetFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeTargetFinished
public void removeTargetFinished(TargetFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeTargetFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addTargetStarted
public void addTargetStarted(TargetStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
addTargetStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeTargetStarted
public void removeTargetStarted(TargetStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeTargetStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addTaskFinished
public void addTaskFinished(TaskFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
addTaskFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeTaskFinished
public void removeTaskFinished(TaskFinishedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeTaskFinishedin interfaceIEventSource- Throws:
java.lang.Throwable
-
addTaskStarted
public void addTaskStarted(TaskStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
addTaskStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
removeTaskStarted
public void removeTaskStarted(TaskStartedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeTaskStartedin interfaceIEventSource- Throws:
java.lang.Throwable
-
-