public class CanonicalTrackedInputFiles extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Utilities.CanonicalTrackedInputFiles
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.CanonicalTrackedInputFiles
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CanonicalTrackedInputFiles() |
CanonicalTrackedInputFiles(ITask ownerTask,
ITaskItem[] tlogFiles,
ITaskItem[] sourceFiles,
ITaskItem[] excludedInputPaths,
CanonicalTrackedOutputFiles outputs,
boolean useMinimalRebuildOptimization,
boolean maintainCompositeRootingMarkers) |
CanonicalTrackedInputFiles(ITask ownerTask,
ITaskItem[] tlogFiles,
ITaskItem[] sourceFiles,
ITaskItem[] excludedInputPaths,
ITaskItem[] outputs,
boolean useMinimalRebuildOptimization,
boolean maintainCompositeRootingMarkers) |
CanonicalTrackedInputFiles(ITask ownerTask,
ITaskItem[] tlogFiles,
ITaskItem sourceFile,
ITaskItem[] excludedInputPaths,
CanonicalTrackedOutputFiles outputs,
boolean useMinimalRebuildOptimization,
boolean maintainCompositeRootingMarkers) |
CanonicalTrackedInputFiles(ITaskItem[] tlogFiles,
ITaskItem[] sourceFiles,
CanonicalTrackedOutputFiles outputs,
boolean useMinimalRebuildOptimization,
boolean maintainCompositeRootingMarkers) |
CanonicalTrackedInputFiles(ITaskItem[] tlogFiles,
ITaskItem[] sourceFiles,
ITaskItem[] excludedInputPaths,
CanonicalTrackedOutputFiles outputs,
boolean useMinimalRebuildOptimization,
boolean maintainCompositeRootingMarkers) |
CanonicalTrackedInputFiles(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CanonicalTrackedInputFiles |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CanonicalTrackedInputFiles, a cast assert is made to check if types are compatible. |
ITaskItem[] |
ComputeSourcesNeedingCompilation() |
ITaskItem[] |
ComputeSourcesNeedingCompilation(boolean searchForSubRootsInCompositeRootingMarkers) |
boolean |
FileIsExcludedFromDependencyCheck(java.lang.String fileName) |
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
|
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 |
RemoveEntryForSourceRoot(java.lang.String rootingMarker) |
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 CanonicalTrackedInputFiles()
throws java.lang.Throwable
java.lang.Throwablepublic CanonicalTrackedInputFiles(ITask ownerTask, ITaskItem[] tlogFiles, ITaskItem[] sourceFiles, ITaskItem[] excludedInputPaths, CanonicalTrackedOutputFiles outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, MissingManifestResourceException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedInputFiles(ITask ownerTask, ITaskItem[] tlogFiles, ITaskItem[] sourceFiles, ITaskItem[] excludedInputPaths, ITaskItem[] outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, MissingManifestResourceException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedInputFiles(ITask ownerTask, ITaskItem[] tlogFiles, ITaskItem sourceFile, ITaskItem[] excludedInputPaths, CanonicalTrackedOutputFiles outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, MissingManifestResourceException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedInputFiles(ITaskItem[] tlogFiles, ITaskItem[] sourceFiles, CanonicalTrackedOutputFiles outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, MissingManifestResourceException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedInputFiles(ITaskItem[] tlogFiles, ITaskItem[] sourceFiles, ITaskItem[] excludedInputPaths, CanonicalTrackedOutputFiles outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, MissingManifestResourceException, ArgumentException, PathTooLongException, NotSupportedException, InvalidOperationException, NullReferenceException, OutOfMemoryException, RankException, KeyNotFoundException, IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOExceptionpublic CanonicalTrackedInputFiles(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static CanonicalTrackedInputFiles cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CanonicalTrackedInputFiles, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCanonicalTrackedInputFiles instancejava.lang.Throwable - in case of error during cast operationpublic ITaskItem[] ComputeSourcesNeedingCompilation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, OutOfMemoryException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, FormatException, OperationCanceledException, TaskSchedulerException, ThreadAbortException, AggregateException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatExceptionOperationCanceledExceptionTaskSchedulerExceptionThreadAbortExceptionAggregateExceptionpublic ITaskItem[] ComputeSourcesNeedingCompilation(boolean searchForSubRootsInCompositeRootingMarkers) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, InvalidOperationException, OutOfMemoryException, OverflowException, FormatException, IndexOutOfRangeException, OperationCanceledException, NullReferenceException, ObjectDisposedException, TaskSchedulerException, ThreadAbortException, AggregateException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionIndexOutOfRangeExceptionOperationCanceledExceptionNullReferenceExceptionObjectDisposedExceptionTaskSchedulerExceptionThreadAbortExceptionAggregateExceptionpublic boolean FileIsExcludedFromDependencyCheck(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic 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 void RemoveDependenciesFromEntryIfMissing(ITaskItem source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void RemoveDependenciesFromEntryIfMissing(ITaskItem[] source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic 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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankExceptionKeyNotFoundExceptionpublic void RemoveDependenciesFromEntryIfMissing(ITaskItem source, ITaskItem correspondingOutput) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic 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, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, InvalidOperationException, OutOfMemoryException
public void RemoveEntriesForSource(ITaskItem[] source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
public void RemoveEntryForSourceRoot(java.lang.String rootingMarker)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic 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