Package system.web.compilation
Class ClientBuildManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.web.compilation.ClientBuildManager
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDisposable
public class ClientBuildManager extends MarshalByRefObject implements IDisposable, java.lang.AutoCloseable
The base .NET class managing System.Web.Compilation.ClientBuildManager, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Compilation.ClientBuildManager
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: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.Compilation.ClientBuildManagerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ClientBuildManager()ClientBuildManager(java.lang.Object instance)Internal constructor.ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir)ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir)ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter)ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter, TypeDescriptionProvider typeDescriptionProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAppDomainShutdown(BuildManagerHostUnloadEventHandler handler)voidaddAppDomainStarted(EventHandler handler)voidaddAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler)static ClientBuildManagercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoClientBuildManager, a cast assert is made to check if types are compatible.voidclose()voidCompileApplicationDependencies()voidCompileFile(java.lang.String virtualPath)voidCompileFile(java.lang.String virtualPath, ClientBuildManagerCallback callback)IRegisteredObjectCreateObject(NetType type, boolean failIfExists)java.lang.StringGenerateCode(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<IDictionary> linePragmasTable)CodeCompileUnitGenerateCodeCompileUnit(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable)CodeCompileUnitGenerateCodeCompileUnit(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable)java.lang.String[]GetAppDomainShutdownDirectories()IDictionaryGetBrowserDefinitions()voidGetCodeDirectoryInformation(java.lang.String virtualCodeDir, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut generatedFilesDir)java.lang.StringgetCodeGenDir()NetTypeGetCompiledType(java.lang.String virtualPath)voidGetCompilerParameters(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters)java.lang.StringGetGeneratedFileVirtualPath(java.lang.String filePath)java.lang.StringGetGeneratedSourceFile(java.lang.String virtualPath)booleangetIsHostCreated()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.String[]GetTopLevelAssemblyReferences(java.lang.String virtualPath)java.lang.String[]GetVirtualCodeDirectories()NetObjectInitializeLifetimeService()booleanIsCodeAssembly(java.lang.String assemblyName)voidPrecompileApplication()voidPrecompileApplication(ClientBuildManagerCallback callback)voidPrecompileApplication(ClientBuildManagerCallback callback, boolean forceCleanBuild)voidremoveAppDomainShutdown(BuildManagerHostUnloadEventHandler handler)voidremoveAppDomainStarted(EventHandler handler)voidremoveAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler)voidsetJCOInstance(JCObject instance)booleanUnload()-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Compilation.ClientBuildManager- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClientBuildManager
public ClientBuildManager(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ClientBuildManager
public ClientBuildManager() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, HttpException
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, HttpException
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionHttpException
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter, TypeDescriptionProvider typeDescriptionProvider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionHttpException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDisposable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classMarshalByRefObject- 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 interfaceIDisposable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classMarshalByRefObject- 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 interfaceIDisposable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classMarshalByRefObject- 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 interfaceIDisposable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classMarshalByRefObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDisposable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classMarshalByRefObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ClientBuildManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoClientBuildManager, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ClientBuildManagerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsCodeAssembly
public boolean IsCodeAssembly(java.lang.String assemblyName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationException
-
Unload
public boolean Unload() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, HttpException, ConfigurationErrorsException, InvalidOperationException, ArgumentNullException, NotSupportedException, ConfigurationException, ArgumentOutOfRangeException, SecurityException, ObjectDisposedException
-
GenerateCodeCompileUnit
public CodeCompileUnit GenerateCodeCompileUnit(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledException
-
GenerateCodeCompileUnit
public CodeCompileUnit GenerateCodeCompileUnit(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, MissingManifestResourceException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionHttpExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledException
-
GetBrowserDefinitions
public IDictionary GetBrowserDefinitions() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationException
-
InitializeLifetimeService
public NetObject InitializeLifetimeService() throws java.lang.Throwable
- Overrides:
InitializeLifetimeServicein classMarshalByRefObject- Throws:
java.lang.Throwable
-
GenerateCode
public java.lang.String GenerateCode(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledException
-
GetGeneratedFileVirtualPath
public java.lang.String GetGeneratedFileVirtualPath(java.lang.String filePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationException
-
GetGeneratedSourceFile
public java.lang.String GetGeneratedSourceFile(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionKeyNotFoundException
-
GetAppDomainShutdownDirectories
public java.lang.String[] GetAppDomainShutdownDirectories() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetTopLevelAssemblyReferences
public java.lang.String[] GetTopLevelAssemblyReferences(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, ThreadAbortException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionThreadAbortExceptionKeyNotFoundException
-
GetVirtualCodeDirectories
public java.lang.String[] GetVirtualCodeDirectories() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationException
-
GetCompiledType
public NetType GetCompiledType(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, UriFormatException, ThreadAbortException, InvalidCastException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionUriFormatExceptionThreadAbortExceptionInvalidCastExceptionFormatException
-
CreateObject
public IRegisteredObject CreateObject(NetType type, boolean failIfExists) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationException
-
CompileApplicationDependencies
public void CompileApplicationDependencies() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledException
-
CompileFile
public void CompileFile(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, MissingManifestResourceException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpCompileException, UriFormatException, RemotingException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionHttpExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionUriFormatExceptionRemotingException
-
CompileFile
public void CompileFile(java.lang.String virtualPath, ClientBuildManagerCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, UriFormatException, ThreadAbortException, RemotingException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionUriFormatExceptionThreadAbortExceptionRemotingException
-
GetCodeDirectoryInformation
public void GetCodeDirectoryInformation(java.lang.String virtualCodeDir, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut generatedFilesDir) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledException
-
GetCompilerParameters
public void GetCompilerParameters(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledException
-
PrecompileApplication
public void PrecompileApplication() throws java.lang.Throwable, ConfigurationErrorsException, ConfigurationException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, HttpException, InvalidOperationException, ArgumentException, ArgumentNullException, NotSupportedException, ProviderException, SystemException, IOException, RemotingException- Throws:
java.lang.ThrowableConfigurationErrorsExceptionConfigurationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionHttpExceptionInvalidOperationExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionProviderExceptionSystemExceptionIOExceptionRemotingException
-
PrecompileApplication
public void PrecompileApplication(ClientBuildManagerCallback callback) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ConfigurationErrorsException, ConfigurationException, ArgumentOutOfRangeException, ArgumentNullException, MulticastNotSupportedException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpParseException, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RemotingException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionConfigurationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMulticastNotSupportedExceptionHttpExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionMissingMethodExceptionTargetInvocationExceptionHttpParseExceptionIOExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionRemotingException
-
PrecompileApplication
public void PrecompileApplication(ClientBuildManagerCallback callback, boolean forceCleanBuild) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ArgumentNullException, NullReferenceException, MulticastNotSupportedException, CultureNotFoundException, HttpException, OutOfMemoryException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpParseException, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RemotingException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentNullExceptionNullReferenceExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpParseExceptionIOExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionRemotingException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getIsHostCreated
public boolean getIsHostCreated() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCodeGenDir
public java.lang.String getCodeGenDir() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationException
-
addAppDomainStarted
public void addAppDomainStarted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAppDomainStarted
public void removeAppDomainStarted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAppDomainShutdown
public void addAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAppDomainShutdown
public void removeAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAppDomainUnloaded
public void addAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAppDomainUnloaded
public void removeAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-