public class FileTracker extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Utilities.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Utilities.FileTracker
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FileTracker() |
FileTracker(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FileTracker |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FileTracker, a cast assert is made to check if types are compatible. |
static java.lang.String |
CreateRootingMarkerResponseFile(ITaskItem[] sources) |
static java.lang.String |
CreateRootingMarkerResponseFile(java.lang.String rootMarker) |
static void |
EndTrackingContext() |
static java.lang.String |
EnsureFileTrackerOnPath() |
static java.lang.String |
EnsureFileTrackerOnPath(java.lang.String rootPath) |
static boolean |
FileIsExcludedFromDependencies(java.lang.String fileName) |
static boolean |
FileIsUnderPath(java.lang.String fileName,
java.lang.String path) |
static java.lang.String |
FindTrackerOnPath() |
static boolean |
ForceOutOfProcTracking(ExecutableType toolType) |
static boolean |
ForceOutOfProcTracking(ExecutableType toolType,
java.lang.String dllName,
java.lang.String cancelEventName) |
static java.lang.String |
FormatRootingMarker(ITaskItem source) |
static java.lang.String |
FormatRootingMarker(ITaskItem[] sources) |
static java.lang.String |
FormatRootingMarker(ITaskItem[] sources,
ITaskItem[] outputs) |
static java.lang.String |
FormatRootingMarker(ITaskItem source,
ITaskItem output) |
static java.lang.String |
GetFileTrackerPath(ExecutableType toolType) |
static java.lang.String |
GetFileTrackerPath(ExecutableType toolType,
java.lang.String rootPath) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static java.lang.String |
GetTrackerPath(ExecutableType toolType) |
static java.lang.String |
GetTrackerPath(ExecutableType toolType,
java.lang.String rootPath) |
static void |
ResumeTracking() |
void |
setJCOInstance(JCObject instance) |
static void |
SetThreadCount(int threadCount) |
static Process |
StartProcess(java.lang.String command,
java.lang.String arguments,
ExecutableType toolType) |
static Process |
StartProcess(java.lang.String command,
java.lang.String arguments,
ExecutableType toolType,
java.lang.String rootFiles) |
static Process |
StartProcess(java.lang.String command,
java.lang.String arguments,
ExecutableType toolType,
java.lang.String intermediateDirectory,
java.lang.String rootFiles) |
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) |
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) |
static void |
StartTrackingContext(java.lang.String intermediateDirectory,
java.lang.String taskName) |
static void |
StartTrackingContextWithRoot(java.lang.String intermediateDirectory,
java.lang.String taskName,
java.lang.String rootMarkerResponseFile) |
static void |
StopTrackingAndCleanup() |
static void |
SuspendTracking() |
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) |
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) |
static java.lang.String |
TrackerCommandArguments(java.lang.String command,
java.lang.String arguments) |
static java.lang.String |
TrackerResponseFileArguments(java.lang.String dllName,
java.lang.String intermediateDirectory,
java.lang.String rootFiles) |
static java.lang.String |
TrackerResponseFileArguments(java.lang.String dllName,
java.lang.String intermediateDirectory,
java.lang.String rootFiles,
java.lang.String cancelEventName) |
static void |
WriteAllTLogs(java.lang.String intermediateDirectory,
java.lang.String taskName) |
static void |
WriteContextTLogs(java.lang.String intermediateDirectory,
java.lang.String taskName) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FileTracker()
throws java.lang.Throwable
java.lang.Throwablepublic FileTracker(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static FileTracker cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FileTracker, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFileTracker instancejava.lang.Throwable - in case of error during cast operationpublic static java.lang.String CreateRootingMarkerResponseFile(ITaskItem[] sources) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, IOException, FormatException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionIOExceptionFormatExceptionpublic 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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionNullReferenceExceptionpublic static void EndTrackingContext()
throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionNotImplementedExceptionPlatformNotSupportedExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionNotImplementedExceptionPlatformNotSupportedExceptionpublic static boolean FileIsExcludedFromDependencies(java.lang.String fileName)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
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
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
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static boolean ForceOutOfProcTracking(ExecutableType toolType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NotImplementedException
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
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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankExceptionpublic 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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankExceptionpublic 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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionpublic 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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankExceptionpublic static java.lang.String GetFileTrackerPath(ExecutableType toolType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PathTooLongException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionNotImplementedExceptionPlatformNotSupportedExceptionObjectDisposedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static java.lang.String GetTrackerPath(ExecutableType toolType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PathTooLongException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionNotImplementedExceptionPlatformNotSupportedExceptionObjectDisposedExceptionpublic static void ResumeTracking()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void SetThreadCount(int threadCount)
throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionPathTooLongExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIOExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionObjectDisposedExceptionWin32ExceptionRankExceptionMissingManifestResourceExceptionCryptographicExceptionKeyNotFoundExceptionpublic static void StartTrackingContext(java.lang.String intermediateDirectory,
java.lang.String taskName)
throws java.lang.Throwable
java.lang.Throwablepublic static void StartTrackingContextWithRoot(java.lang.String intermediateDirectory,
java.lang.String taskName,
java.lang.String rootMarkerResponseFile)
throws java.lang.Throwable
java.lang.Throwablepublic static void StopTrackingAndCleanup()
throws java.lang.Throwable
java.lang.Throwablepublic static void SuspendTracking()
throws java.lang.Throwable
java.lang.Throwablepublic 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
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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic 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
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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic 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
public static void WriteAllTLogs(java.lang.String intermediateDirectory,
java.lang.String taskName)
throws java.lang.Throwable
java.lang.Throwablepublic static void WriteContextTLogs(java.lang.String intermediateDirectory,
java.lang.String taskName)
throws java.lang.Throwable
java.lang.Throwable