Package microsoft.build.tasks
Class AssignProjectConfiguration
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.tasks.TaskExtension
-
- microsoft.build.tasks.ResolveProjectBase
-
- microsoft.build.tasks.AssignProjectConfiguration
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AssignProjectConfiguration extends ResolveProjectBase
The base .NET class managing Microsoft.Build.Tasks.AssignProjectConfiguration, 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.AssignProjectConfiguration
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.AssignProjectConfigurationstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AssignProjectConfiguration()
AssignProjectConfiguration(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssignProjectConfiguration
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoAssignProjectConfiguration
, a cast assert is made to check if types are compatible.boolean
Execute()
boolean
getAddSyntheticProjectReferencesForSolutionDependencies()
ITaskItem[]
getAssignedProjects()
java.lang.String
getCurrentProject()
java.lang.String
getCurrentProjectConfiguration()
java.lang.String
getCurrentProjectPlatform()
java.lang.String
getDefaultToVcxPlatformMapping()
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 Typeboolean
getOnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration()
java.lang.String
getOutputType()
boolean
getResolveConfigurationPlatformUsingMappings()
boolean
getShouldUnsetParentConfigurationAndPlatform()
java.lang.String
getSolutionConfigurationContents()
ITaskItem[]
getUnassignedProjects()
java.lang.String
getVcxToDefaultPlatformMapping()
void
setAddSyntheticProjectReferencesForSolutionDependencies(boolean AddSyntheticProjectReferencesForSolutionDependencies)
void
setAssignedProjects(ITaskItem[] AssignedProjects)
void
setCurrentProject(java.lang.String CurrentProject)
void
setCurrentProjectConfiguration(java.lang.String CurrentProjectConfiguration)
void
setCurrentProjectPlatform(java.lang.String CurrentProjectPlatform)
void
setDefaultToVcxPlatformMapping(java.lang.String DefaultToVcxPlatformMapping)
void
setJCOInstance(JCObject instance)
void
setOnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration(boolean OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration)
void
setOutputType(java.lang.String OutputType)
void
setResolveConfigurationPlatformUsingMappings(boolean ResolveConfigurationPlatformUsingMappings)
void
setShouldUnsetParentConfigurationAndPlatform(boolean ShouldUnsetParentConfigurationAndPlatform)
void
setSolutionConfigurationContents(java.lang.String SolutionConfigurationContents)
void
setUnassignedProjects(ITaskItem[] UnassignedProjects)
void
setVcxToDefaultPlatformMapping(java.lang.String VcxToDefaultPlatformMapping)
-
Methods inherited from class microsoft.build.tasks.ResolveProjectBase
getProjectReferences, setProjectReferences
-
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.AssignProjectConfiguration- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AssignProjectConfiguration
public AssignProjectConfiguration(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
AssignProjectConfiguration
public AssignProjectConfiguration() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
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 classResolveProjectBase
- 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 classResolveProjectBase
- 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 classResolveProjectBase
- 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 classResolveProjectBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classResolveProjectBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classResolveProjectBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static AssignProjectConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoAssignProjectConfiguration
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
AssignProjectConfiguration
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Execute
public boolean Execute() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, NotImplementedException, NotSupportedException, XmlException, XmlSchemaException, PathTooLongException, OutOfMemoryException
- Overrides:
Execute
in classTask
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
FormatException
NotImplementedException
NotSupportedException
XmlException
XmlSchemaException
PathTooLongException
OutOfMemoryException
-
getAddSyntheticProjectReferencesForSolutionDependencies
public boolean getAddSyntheticProjectReferencesForSolutionDependencies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAddSyntheticProjectReferencesForSolutionDependencies
public void setAddSyntheticProjectReferencesForSolutionDependencies(boolean AddSyntheticProjectReferencesForSolutionDependencies) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration
public boolean getOnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration
public void setOnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration(boolean OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResolveConfigurationPlatformUsingMappings
public boolean getResolveConfigurationPlatformUsingMappings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResolveConfigurationPlatformUsingMappings
public void setResolveConfigurationPlatformUsingMappings(boolean ResolveConfigurationPlatformUsingMappings) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getShouldUnsetParentConfigurationAndPlatform
public boolean getShouldUnsetParentConfigurationAndPlatform() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShouldUnsetParentConfigurationAndPlatform
public void setShouldUnsetParentConfigurationAndPlatform(boolean ShouldUnsetParentConfigurationAndPlatform) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAssignedProjects
public final ITaskItem[] getAssignedProjects() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAssignedProjects
public void setAssignedProjects(ITaskItem[] AssignedProjects) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUnassignedProjects
public final ITaskItem[] getUnassignedProjects() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUnassignedProjects
public void setUnassignedProjects(ITaskItem[] UnassignedProjects) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentProject
public java.lang.String getCurrentProject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCurrentProject
public void setCurrentProject(java.lang.String CurrentProject) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentProjectConfiguration
public java.lang.String getCurrentProjectConfiguration() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCurrentProjectConfiguration
public void setCurrentProjectConfiguration(java.lang.String CurrentProjectConfiguration) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentProjectPlatform
public java.lang.String getCurrentProjectPlatform() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCurrentProjectPlatform
public void setCurrentProjectPlatform(java.lang.String CurrentProjectPlatform) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultToVcxPlatformMapping
public java.lang.String getDefaultToVcxPlatformMapping() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultToVcxPlatformMapping
public void setDefaultToVcxPlatformMapping(java.lang.String DefaultToVcxPlatformMapping) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutputType
public java.lang.String getOutputType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputType
public void setOutputType(java.lang.String OutputType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSolutionConfigurationContents
public java.lang.String getSolutionConfigurationContents() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSolutionConfigurationContents
public void setSolutionConfigurationContents(java.lang.String SolutionConfigurationContents) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVcxToDefaultPlatformMapping
public java.lang.String getVcxToDefaultPlatformMapping() throws java.lang.Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
setVcxToDefaultPlatformMapping
public void setVcxToDefaultPlatformMapping(java.lang.String VcxToDefaultPlatformMapping) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-