public class CanonicalTrackedOutputFiles extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Utilities.CanonicalTrackedOutputFiles
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.CanonicalTrackedOutputFiles
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CanonicalTrackedOutputFiles() |
CanonicalTrackedOutputFiles(ITask ownerTask,
ITaskItem[] tlogFiles) |
CanonicalTrackedOutputFiles(ITask ownerTask,
ITaskItem[] tlogFiles,
boolean constructOutputsFromTLogs) |
CanonicalTrackedOutputFiles(ITaskItem[] tlogFiles) |
CanonicalTrackedOutputFiles(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddComputedOutputForSourceRoot(java.lang.String sourceKey,
java.lang.String computedOutput) |
void |
AddComputedOutputsForSourceRoot(java.lang.String sourceKey,
ITaskItem[] computedOutputs) |
void |
AddComputedOutputsForSourceRoot(java.lang.String dupParam0,
JCORefOut dupParam1) |
void |
AddComputedOutputsForSourceRoot(java.lang.String sourceKey,
java.lang.String[] computedOutputs) |
static CanonicalTrackedOutputFiles |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CanonicalTrackedOutputFiles, a cast assert is made to check if types are compatible. |
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
|
ITaskItem[] |
OutputsForNonCompositeSource(ITaskItem... sources) |
ITaskItem[] |
OutputsForSource(ITaskItem... sources) |
ITaskItem[] |
OutputsForSource(ITaskItem[] sources,
boolean searchForSubRootsInCompositeRootingMarkers) |
void |
RemoveDependenciesFromEntryIfMissing(ITaskItem source) |
void |
RemoveDependenciesFromEntryIfMissing(ITaskItem[] source) |
void |
RemoveDependenciesFromEntryIfMissing(ITaskItem[] source,
ITaskItem[] correspondingOutputs) |
void |
RemoveDependenciesFromEntryIfMissing(ITaskItem source,
ITaskItem correspondingOutput) |
void |
RemoveDependencyFromEntry(ITaskItem[] sources,
ITaskItem dependencyToRemove) |
void |
RemoveDependencyFromEntry(ITaskItem source,
ITaskItem dependencyToRemove) |
void |
RemoveEntriesForSource(ITaskItem source) |
void |
RemoveEntriesForSource(ITaskItem[] source) |
void |
RemoveEntriesForSource(ITaskItem[] source,
ITaskItem[] correspondingOutputs) |
void |
RemoveEntriesForSource(ITaskItem source,
ITaskItem correspondingOutput) |
boolean |
RemoveOutputForSourceRoot(java.lang.String sourceRoot,
java.lang.String outputPathToRemove) |
java.lang.String[] |
RemoveRootsWithSharedOutputs(ITaskItem[] sources) |
void |
SaveTlog() |
void |
SaveTlog(DependencyFilter includeInTLog) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CanonicalTrackedOutputFiles()
throws java.lang.Throwable
java.lang.Throwablepublic CanonicalTrackedOutputFiles(ITask ownerTask, ITaskItem[] tlogFiles) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedOutputFiles(ITask ownerTask, ITaskItem[] tlogFiles, boolean constructOutputsFromTLogs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedOutputFiles(ITaskItem[] tlogFiles) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedOutputFiles(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddComputedOutputForSourceRoot(java.lang.String sourceKey,
java.lang.String computedOutput)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
PathTooLongException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic void AddComputedOutputsForSourceRoot(java.lang.String sourceKey,
ITaskItem[] computedOutputs)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
MissingManifestResourceException,
OutOfMemoryException,
PathTooLongException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionPathTooLongExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionpublic void AddComputedOutputsForSourceRoot(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
PathTooLongException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic void AddComputedOutputsForSourceRoot(java.lang.String sourceKey,
java.lang.String[] computedOutputs)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
PathTooLongException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic static CanonicalTrackedOutputFiles cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CanonicalTrackedOutputFiles, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCanonicalTrackedOutputFiles instancejava.lang.Throwable - in case of error during cast operationpublic 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 ITaskItem[] OutputsForNonCompositeSource(ITaskItem... sources) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public ITaskItem[] OutputsForSource(ITaskItem... sources) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, InvalidOperationException, OutOfMemoryException
public ITaskItem[] OutputsForSource(ITaskItem[] sources, boolean searchForSubRootsInCompositeRootingMarkers) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public void RemoveDependenciesFromEntryIfMissing(ITaskItem source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException, InvalidTimeZoneException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundExceptionInvalidTimeZoneExceptionpublic void RemoveDependenciesFromEntryIfMissing(ITaskItem[] source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException, InvalidTimeZoneException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundExceptionInvalidTimeZoneExceptionpublic void RemoveDependenciesFromEntryIfMissing(ITaskItem[] source, ITaskItem[] correspondingOutputs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, ObjectDisposedException, CultureNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, RankException, KeyNotFoundException, InvalidTimeZoneException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankExceptionKeyNotFoundExceptionInvalidTimeZoneExceptionpublic void RemoveDependenciesFromEntryIfMissing(ITaskItem source, ITaskItem correspondingOutput) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException, InvalidTimeZoneException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundExceptionInvalidTimeZoneExceptionpublic void RemoveDependencyFromEntry(ITaskItem[] sources, ITaskItem dependencyToRemove) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public void RemoveDependencyFromEntry(ITaskItem source, ITaskItem dependencyToRemove) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public void RemoveEntriesForSource(ITaskItem source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public void RemoveEntriesForSource(ITaskItem[] source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public void RemoveEntriesForSource(ITaskItem[] source, ITaskItem[] correspondingOutputs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, ObjectDisposedException, CultureNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, RankException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankExceptionpublic void RemoveEntriesForSource(ITaskItem source, ITaskItem correspondingOutput) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public boolean RemoveOutputForSourceRoot(java.lang.String sourceRoot,
java.lang.String outputPathToRemove)
throws java.lang.Throwable,
ArgumentNullException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionpublic java.lang.String[] RemoveRootsWithSharedOutputs(ITaskItem[] sources) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, OutOfMemoryException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionpublic 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,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionInvalidOperationExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionFormatExceptionKeyNotFoundExceptionpublic 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, KeyNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionKeyNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject