public class FlatTrackingData extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Utilities.FlatTrackingData
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.FlatTrackingData
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FlatTrackingData() |
FlatTrackingData(ITask ownerTask,
ITaskItem[] tlogFiles,
boolean skipMissingFiles) |
FlatTrackingData(ITask ownerTask,
ITaskItem[] tlogFiles,
DateTime missingFileTimeUtc) |
FlatTrackingData(ITaskItem[] tlogFiles,
boolean skipMissingFiles) |
FlatTrackingData(ITaskItem[] tlogFiles,
DateTime missingFileTimeUtc) |
FlatTrackingData(ITaskItem[] tlogFiles,
ITaskItem[] tlogFilesToIgnore,
DateTime missingFileTimeUtc) |
FlatTrackingData(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FlatTrackingData |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FlatTrackingData, a cast assert is made to check if types are compatible. |
boolean |
FileIsExcludedFromDependencyCheck(java.lang.String fileName) |
static void |
FinalizeTLogs(boolean trackedOperationsSucceeded,
ITaskItem[] readTLogNames,
ITaskItem[] writeTLogNames,
ITaskItem[] trackedFilesToRemoveFromTLogs) |
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
|
DateTime |
GetLastWriteTimeUtc(java.lang.String file) |
java.lang.String |
getNewestFileName() |
DateTime |
getNewestFileTime() |
DateTime |
getNewestFileTimeUtc() |
java.lang.String |
getNewestTLogFileName() |
DateTime |
getNewestTLogTime() |
DateTime |
getNewestTLogTimeUtc() |
java.lang.String |
getOldestFileName() |
DateTime |
getOldestFileTime() |
DateTime |
getOldestFileTimeUtc() |
boolean |
getSkipMissingFiles() |
ITaskItem[] |
getTlogFiles() |
boolean |
getTlogsAvailable() |
boolean |
getTreatRootMarkersAsEntries() |
static boolean |
IsUpToDate(TaskLoggingHelper Log,
UpToDateCheckType upToDateCheckType,
FlatTrackingData inputs,
FlatTrackingData outputs) |
static boolean |
IsUpToDate(Task hostTask,
UpToDateCheckType upToDateCheckType,
ITaskItem[] readTLogNames,
ITaskItem[] writeTLogNames) |
void |
SaveTlog() |
void |
SaveTlog(DependencyFilter includeInTLog) |
void |
setJCOInstance(JCObject instance) |
void |
setNewestFileName(java.lang.String NewestFileName) |
void |
setNewestFileTime(DateTime NewestFileTime) |
void |
setNewestFileTimeUtc(DateTime NewestFileTimeUtc) |
void |
setNewestTLogFileName(java.lang.String NewestTLogFileName) |
void |
setNewestTLogTime(DateTime NewestTLogTime) |
void |
setNewestTLogTimeUtc(DateTime NewestTLogTimeUtc) |
void |
setOldestFileName(java.lang.String OldestFileName) |
void |
setOldestFileTime(DateTime OldestFileTime) |
void |
setOldestFileTimeUtc(DateTime OldestFileTimeUtc) |
void |
setSkipMissingFiles(boolean SkipMissingFiles) |
void |
setTlogFiles(ITaskItem[] TlogFiles) |
void |
setTlogsAvailable(boolean TlogsAvailable) |
void |
setTreatRootMarkersAsEntries(boolean TreatRootMarkersAsEntries) |
void |
UpdateFileEntryDetails() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FlatTrackingData()
throws java.lang.Throwable
java.lang.Throwablepublic FlatTrackingData(ITask ownerTask, ITaskItem[] tlogFiles, boolean skipMissingFiles) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, InvalidTimeZoneException, OverflowException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionInvalidTimeZoneExceptionOverflowExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic FlatTrackingData(ITask ownerTask, ITaskItem[] tlogFiles, DateTime missingFileTimeUtc) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, InvalidTimeZoneException, OverflowException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionInvalidTimeZoneExceptionOverflowExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic FlatTrackingData(ITaskItem[] tlogFiles, boolean skipMissingFiles) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, InvalidTimeZoneException, OverflowException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionInvalidTimeZoneExceptionOverflowExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic FlatTrackingData(ITaskItem[] tlogFiles, DateTime missingFileTimeUtc) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, InvalidTimeZoneException, OverflowException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionInvalidTimeZoneExceptionOverflowExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic FlatTrackingData(ITaskItem[] tlogFiles, ITaskItem[] tlogFilesToIgnore, DateTime missingFileTimeUtc) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, InvalidTimeZoneException, OverflowException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionInvalidTimeZoneExceptionOverflowExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic FlatTrackingData(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static FlatTrackingData cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FlatTrackingData, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFlatTrackingData instancejava.lang.Throwable - in case of error during cast operationpublic boolean FileIsExcludedFromDependencyCheck(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public static void FinalizeTLogs(boolean trackedOperationsSucceeded,
ITaskItem[] readTLogNames,
ITaskItem[] writeTLogNames,
ITaskItem[] trackedFilesToRemoveFromTLogs)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
OutOfMemoryException,
InvalidOperationException,
OverflowException,
KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionOverflowExceptionKeyNotFoundExceptionpublic 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 DateTime GetLastWriteTimeUtc(java.lang.String file) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic java.lang.String getNewestFileName()
throws java.lang.Throwable
java.lang.Throwablepublic DateTime getNewestFileTime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic DateTime getNewestFileTimeUtc() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNewestTLogFileName()
throws java.lang.Throwable
java.lang.Throwablepublic DateTime getNewestTLogTime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic DateTime getNewestTLogTimeUtc() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getOldestFileName()
throws java.lang.Throwable
java.lang.Throwablepublic DateTime getOldestFileTime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic DateTime getOldestFileTimeUtc() throws java.lang.Throwable
java.lang.Throwablepublic boolean getSkipMissingFiles()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getTlogFiles() throws java.lang.Throwable
java.lang.Throwablepublic boolean getTlogsAvailable()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTreatRootMarkersAsEntries()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsUpToDate(TaskLoggingHelper Log, UpToDateCheckType upToDateCheckType, FlatTrackingData inputs, FlatTrackingData outputs) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, OverflowException, MissingManifestResourceException
public static boolean IsUpToDate(Task hostTask, UpToDateCheckType upToDateCheckType, ITaskItem[] readTLogNames, ITaskItem[] writeTLogNames) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, OutOfMemoryException, InvalidOperationException, OverflowException, KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionOverflowExceptionKeyNotFoundExceptionpublic void SaveTlog()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
OutOfMemoryException,
IndexOutOfRangeException,
PathTooLongException,
CultureNotFoundException,
NotSupportedException,
RankException,
InvalidOperationException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionInvalidOperationExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionFormatExceptionpublic void SaveTlog(DependencyFilter includeInTLog) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, OutOfMemoryException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, NullReferenceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, SecurityException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNewestFileName(java.lang.String NewestFileName)
throws java.lang.Throwable
java.lang.Throwablepublic void setNewestFileTime(DateTime NewestFileTime) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public void setNewestFileTimeUtc(DateTime NewestFileTimeUtc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public void setNewestTLogFileName(java.lang.String NewestTLogFileName)
throws java.lang.Throwable
java.lang.Throwablepublic void setNewestTLogTime(DateTime NewestTLogTime) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public void setNewestTLogTimeUtc(DateTime NewestTLogTimeUtc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public void setOldestFileName(java.lang.String OldestFileName)
throws java.lang.Throwable
java.lang.Throwablepublic void setOldestFileTime(DateTime OldestFileTime) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public void setOldestFileTimeUtc(DateTime OldestFileTimeUtc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public void setSkipMissingFiles(boolean SkipMissingFiles)
throws java.lang.Throwable
java.lang.Throwablepublic void setTlogFiles(ITaskItem[] TlogFiles) throws java.lang.Throwable
java.lang.Throwablepublic void setTlogsAvailable(boolean TlogsAvailable)
throws java.lang.Throwable
java.lang.Throwablepublic void setTreatRootMarkersAsEntries(boolean TreatRootMarkersAsEntries)
throws java.lang.Throwable
java.lang.Throwablepublic void UpdateFileEntryDetails()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
InvalidTimeZoneException,
NotSupportedException,
OverflowException