Package microsoft.build.tasks
Class AspNetCompiler
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.utilities.ToolTask
-
- microsoft.build.tasks.ToolTaskExtension
-
- microsoft.build.tasks.AspNetCompiler
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AspNetCompiler extends ToolTaskExtension
The base .NET class managing Microsoft.Build.Tasks.AspNetCompiler, 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.AspNetCompiler
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.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Tasks.v4.0static java.lang.StringclassNameQualified class name: Microsoft.Build.Tasks.AspNetCompilerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AspNetCompiler()AspNetCompiler(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AspNetCompilercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoAspNetCompiler, a cast assert is made to check if types are compatible.booleanExecute()booleangetAllowPartiallyTrustedCallers()booleangetClean()booleangetDebug()booleangetDelaySign()booleangetFixedNames()booleangetForce()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetKeyContainer()java.lang.StringgetKeyFile()java.lang.StringgetMetabasePath()java.lang.StringgetPhysicalPath()java.lang.StringgetTargetFrameworkMoniker()java.lang.StringgetTargetPath()booleangetUpdateable()java.lang.StringgetVirtualPath()voidsetAllowPartiallyTrustedCallers(boolean AllowPartiallyTrustedCallers)voidsetClean(boolean Clean)voidsetDebug(boolean Debug)voidsetDelaySign(boolean DelaySign)voidsetFixedNames(boolean FixedNames)voidsetForce(boolean Force)voidsetJCOInstance(JCObject instance)voidsetKeyContainer(java.lang.String KeyContainer)voidsetKeyFile(java.lang.String KeyFile)voidsetMetabasePath(java.lang.String MetabasePath)voidsetPhysicalPath(java.lang.String PhysicalPath)voidsetTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker)voidsetTargetPath(java.lang.String TargetPath)voidsetUpdateable(boolean Updateable)voidsetVirtualPath(java.lang.String VirtualPath)-
Methods inherited from class microsoft.build.tasks.ToolTaskExtension
getLog
-
Methods inherited from class microsoft.build.utilities.ToolTask
Cancel, getEchoOff, getEnvironmentVariables, getExitCode, getLogStandardErrorAsError, getStandardErrorImportance, getStandardOutputImportance, getTimeout, getToolExe, getToolPath, getUseCommandProcessor, getYieldDuringToolExecution, setEchoOff, setEnvironmentVariables, setLogStandardErrorAsError, setStandardErrorImportance, setStandardOutputImportance, setTimeout, setToolExe, setToolPath, setUseCommandProcessor, setYieldDuringToolExecution
-
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.AspNetCompiler- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AspNetCompiler
public AspNetCompiler(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
AspNetCompiler
public AspNetCompiler() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classToolTaskExtension- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classToolTaskExtension- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classToolTaskExtension- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classToolTaskExtension- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classToolTaskExtension
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classToolTaskExtension- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static AspNetCompiler cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoAspNetCompiler, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
AspNetCompilerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Execute
public boolean Execute() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, FormatException, ArgumentException, InvalidOperationException, InvalidCastException, CultureNotFoundException, NotSupportedException, NullReferenceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, OutOfMemoryException, PlatformNotSupportedException, Win32Exception, MulticastNotSupportedException, RankException, CryptographicException, KeyNotFoundException, IndexOutOfRangeException, SemaphoreFullException- Overrides:
Executein classToolTask- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionWin32ExceptionMulticastNotSupportedExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionSemaphoreFullException
-
getAllowPartiallyTrustedCallers
public boolean getAllowPartiallyTrustedCallers() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowPartiallyTrustedCallers
public void setAllowPartiallyTrustedCallers(boolean AllowPartiallyTrustedCallers) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getClean
public boolean getClean() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setClean
public void setClean(boolean Clean) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDebug
public boolean getDebug() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDebug
public void setDebug(boolean Debug) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDelaySign
public boolean getDelaySign() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDelaySign
public void setDelaySign(boolean DelaySign) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getFixedNames
public boolean getFixedNames() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFixedNames
public void setFixedNames(boolean FixedNames) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getForce
public boolean getForce() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setForce
public void setForce(boolean Force) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUpdateable
public boolean getUpdateable() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUpdateable
public void setUpdateable(boolean Updateable) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getKeyContainer
public java.lang.String getKeyContainer() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setKeyContainer
public void setKeyContainer(java.lang.String KeyContainer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getKeyFile
public java.lang.String getKeyFile() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setKeyFile
public void setKeyFile(java.lang.String KeyFile) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getMetabasePath
public java.lang.String getMetabasePath() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setMetabasePath
public void setMetabasePath(java.lang.String MetabasePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getPhysicalPath
public java.lang.String getPhysicalPath() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setPhysicalPath
public void setPhysicalPath(java.lang.String PhysicalPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getTargetFrameworkMoniker
public java.lang.String getTargetFrameworkMoniker() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setTargetFrameworkMoniker
public void setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getTargetPath
public java.lang.String getTargetPath() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setTargetPath
public void setTargetPath(java.lang.String TargetPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getVirtualPath
public java.lang.String getVirtualPath() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setVirtualPath
public void setVirtualPath(java.lang.String VirtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
-