Package microsoft.build.utilities
Class FileTracker
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.FileTracker
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class FileTracker extends NetObject
The base .NET class managing Microsoft.Build.Utilities.FileTracker, Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Utilities.FileTracker
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.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Utilities.v4.0static java.lang.StringclassNameQualified class name: Microsoft.Build.Utilities.FileTrackerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description FileTracker()FileTracker(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileTrackercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoFileTracker, a cast assert is made to check if types are compatible.static java.lang.StringCreateRootingMarkerResponseFile(java.lang.String rootMarker)static java.lang.StringCreateRootingMarkerResponseFile(ITaskItem[] sources)static voidEndTrackingContext()static java.lang.StringEnsureFileTrackerOnPath()static java.lang.StringEnsureFileTrackerOnPath(java.lang.String rootPath)static booleanFileIsExcludedFromDependencies(java.lang.String fileName)static booleanFileIsUnderPath(java.lang.String fileName, java.lang.String path)static java.lang.StringFindTrackerOnPath()static booleanForceOutOfProcTracking(ExecutableType toolType)static booleanForceOutOfProcTracking(ExecutableType toolType, java.lang.String dllName, java.lang.String cancelEventName)static java.lang.StringFormatRootingMarker(ITaskItem source)static java.lang.StringFormatRootingMarker(ITaskItem[] sources)static java.lang.StringFormatRootingMarker(ITaskItem[] sources, ITaskItem[] outputs)static java.lang.StringFormatRootingMarker(ITaskItem source, ITaskItem output)static java.lang.StringGetFileTrackerPath(ExecutableType toolType)static java.lang.StringGetFileTrackerPath(ExecutableType toolType, java.lang.String rootPath)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 Typestatic java.lang.StringGetTrackerPath(ExecutableType toolType)static java.lang.StringGetTrackerPath(ExecutableType toolType, java.lang.String rootPath)static voidResumeTracking()voidsetJCOInstance(JCObject instance)static voidSetThreadCount(int threadCount)static ProcessStartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType)static ProcessStartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String rootFiles)static ProcessStartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String intermediateDirectory, java.lang.String rootFiles)static ProcessStartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles)static ProcessStartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles, java.lang.String cancelEventName)static voidStartTrackingContext(java.lang.String intermediateDirectory, java.lang.String taskName)static voidStartTrackingContextWithRoot(java.lang.String intermediateDirectory, java.lang.String taskName, java.lang.String rootMarkerResponseFile)static voidStopTrackingAndCleanup()static voidSuspendTracking()static java.lang.StringTrackerArguments(java.lang.String command, java.lang.String arguments, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles)static java.lang.StringTrackerArguments(java.lang.String command, java.lang.String arguments, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles, java.lang.String cancelEventName)static java.lang.StringTrackerCommandArguments(java.lang.String command, java.lang.String arguments)static java.lang.StringTrackerResponseFileArguments(java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles)static java.lang.StringTrackerResponseFileArguments(java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles, java.lang.String cancelEventName)static voidWriteAllTLogs(java.lang.String intermediateDirectory, java.lang.String taskName)static voidWriteContextTLogs(java.lang.String intermediateDirectory, java.lang.String taskName)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Utilities.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.Utilities.v4.0- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Utilities.FileTracker- 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 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 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 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 interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static FileTracker cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoFileTracker, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
FileTrackerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FileIsExcludedFromDependencies
public static boolean FileIsExcludedFromDependencies(java.lang.String fileName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
-
FileIsUnderPath
public static boolean FileIsUnderPath(java.lang.String fileName, java.lang.String path) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
ForceOutOfProcTracking
public static boolean ForceOutOfProcTracking(ExecutableType toolType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NotImplementedException
-
ForceOutOfProcTracking
public static boolean ForceOutOfProcTracking(ExecutableType toolType, java.lang.String dllName, java.lang.String cancelEventName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, IOException, CultureNotFoundException, NotSupportedException, NotImplementedException, PathTooLongException
-
StartProcess
public static Process StartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, PathTooLongException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, CryptographicException, KeyNotFoundException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOException
-
StartProcess
public static Process StartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String rootFiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, PathTooLongException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, CryptographicException, KeyNotFoundException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOException
-
StartProcess
public static Process StartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String intermediateDirectory, java.lang.String rootFiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, PathTooLongException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, CryptographicException, KeyNotFoundException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOException
-
StartProcess
public static Process StartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, PathTooLongException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, CryptographicException, KeyNotFoundException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOException
-
StartProcess
public static Process StartProcess(java.lang.String command, java.lang.String arguments, ExecutableType toolType, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles, java.lang.String cancelEventName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, ObjectDisposedException, Win32Exception, RankException, MissingManifestResourceException, CryptographicException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionObjectDisposedExceptionWin32ExceptionRankExceptionMissingManifestResourceExceptionCryptographicExceptionKeyNotFoundException
-
CreateRootingMarkerResponseFile
public static java.lang.String CreateRootingMarkerResponseFile(ITaskItem[] sources) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, IOException, FormatException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionIOExceptionFormatException
-
CreateRootingMarkerResponseFile
public static java.lang.String CreateRootingMarkerResponseFile(java.lang.String rootMarker) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionNullReferenceException
-
EnsureFileTrackerOnPath
public static java.lang.String EnsureFileTrackerOnPath() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, NotImplementedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionNotImplementedExceptionPlatformNotSupportedException
-
EnsureFileTrackerOnPath
public static java.lang.String EnsureFileTrackerOnPath(java.lang.String rootPath) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, NotImplementedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionNotImplementedExceptionPlatformNotSupportedException
-
FindTrackerOnPath
public static java.lang.String FindTrackerOnPath() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
FormatRootingMarker
public static java.lang.String FormatRootingMarker(ITaskItem source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, ObjectDisposedException, CultureNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, RankException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankException
-
FormatRootingMarker
public static java.lang.String FormatRootingMarker(ITaskItem source, ITaskItem output) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, ObjectDisposedException, CultureNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, RankException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankException
-
FormatRootingMarker
public static java.lang.String FormatRootingMarker(ITaskItem[] sources) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, ObjectDisposedException, CultureNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, RankException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankException
-
FormatRootingMarker
public static java.lang.String FormatRootingMarker(ITaskItem[] sources, ITaskItem[] outputs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, RankException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionRankException
-
GetFileTrackerPath
public static java.lang.String GetFileTrackerPath(ExecutableType toolType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PathTooLongException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException
-
GetFileTrackerPath
public static java.lang.String GetFileTrackerPath(ExecutableType toolType, java.lang.String rootPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, NotImplementedException, PlatformNotSupportedException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionNotImplementedExceptionPlatformNotSupportedExceptionObjectDisposedException
-
GetTrackerPath
public static java.lang.String GetTrackerPath(ExecutableType toolType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PathTooLongException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException
-
GetTrackerPath
public static java.lang.String GetTrackerPath(ExecutableType toolType, java.lang.String rootPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, NotImplementedException, PlatformNotSupportedException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionNotImplementedExceptionPlatformNotSupportedExceptionObjectDisposedException
-
TrackerArguments
public static java.lang.String TrackerArguments(java.lang.String command, java.lang.String arguments, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, ArgumentException, CultureNotFoundException, PathTooLongException, NotSupportedException
-
TrackerArguments
public static java.lang.String TrackerArguments(java.lang.String command, java.lang.String arguments, java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles, java.lang.String cancelEventName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, NotSupportedException, ArgumentException, CultureNotFoundException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException
-
TrackerCommandArguments
public static java.lang.String TrackerCommandArguments(java.lang.String command, java.lang.String arguments) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException
-
TrackerResponseFileArguments
public static java.lang.String TrackerResponseFileArguments(java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, NotSupportedException, ArgumentException, CultureNotFoundException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException
-
TrackerResponseFileArguments
public static java.lang.String TrackerResponseFileArguments(java.lang.String dllName, java.lang.String intermediateDirectory, java.lang.String rootFiles, java.lang.String cancelEventName) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentException, NotSupportedException, CultureNotFoundException, PathTooLongException
-
EndTrackingContext
public static void EndTrackingContext() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResumeTracking
public static void ResumeTracking() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SetThreadCount
public static void SetThreadCount(int threadCount) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
StartTrackingContext
public static void StartTrackingContext(java.lang.String intermediateDirectory, java.lang.String taskName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
StartTrackingContextWithRoot
public static void StartTrackingContextWithRoot(java.lang.String intermediateDirectory, java.lang.String taskName, java.lang.String rootMarkerResponseFile) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
StopTrackingAndCleanup
public static void StopTrackingAndCleanup() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SuspendTracking
public static void SuspendTracking() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteAllTLogs
public static void WriteAllTLogs(java.lang.String intermediateDirectory, java.lang.String taskName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteContextTLogs
public static void WriteContextTLogs(java.lang.String intermediateDirectory, java.lang.String taskName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-