Package microsoft.build.utilities
Class CanonicalTrackedInputFiles
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.CanonicalTrackedInputFiles
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class CanonicalTrackedInputFiles extends NetObject
The base .NET class managing Microsoft.Build.Utilities.CanonicalTrackedInputFiles, 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.CanonicalTrackedInputFiles
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.CanonicalTrackedInputFilesstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description CanonicalTrackedInputFiles()CanonicalTrackedInputFiles(java.lang.Object instance)Internal constructor.CanonicalTrackedInputFiles(ITaskItem[] tlogFiles, ITaskItem[] sourceFiles, ITaskItem[] excludedInputPaths, CanonicalTrackedOutputFiles outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers)CanonicalTrackedInputFiles(ITaskItem[] tlogFiles, ITaskItem[] sourceFiles, 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[] sourceFiles, ITaskItem[] excludedInputPaths, CanonicalTrackedOutputFiles outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers)CanonicalTrackedInputFiles(ITask ownerTask, ITaskItem[] tlogFiles, ITaskItem sourceFile, ITaskItem[] excludedInputPaths, CanonicalTrackedOutputFiles outputs, boolean useMinimalRebuildOptimization, boolean maintainCompositeRootingMarkers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CanonicalTrackedInputFilescast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCanonicalTrackedInputFiles, a cast assert is made to check if types are compatible.ITaskItem[]ComputeSourcesNeedingCompilation()ITaskItem[]ComputeSourcesNeedingCompilation(boolean searchForSubRootsInCompositeRootingMarkers)booleanFileIsExcludedFromDependencyCheck(java.lang.String fileName)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 TypevoidRemoveDependenciesFromEntryIfMissing(ITaskItem source)voidRemoveDependenciesFromEntryIfMissing(ITaskItem[] source)voidRemoveDependenciesFromEntryIfMissing(ITaskItem[] source, ITaskItem[] correspondingOutputs)voidRemoveDependenciesFromEntryIfMissing(ITaskItem source, ITaskItem correspondingOutput)voidRemoveDependencyFromEntry(ITaskItem[] sources, ITaskItem dependencyToRemove)voidRemoveDependencyFromEntry(ITaskItem source, ITaskItem dependencyToRemove)voidRemoveEntriesForSource(ITaskItem source)voidRemoveEntriesForSource(ITaskItem[] source)voidRemoveEntryForSourceRoot(java.lang.String rootingMarker)voidSaveTlog()voidSaveTlog(DependencyFilter includeInTLog)voidsetJCOInstance(JCObject instance)
-
-
-
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.CanonicalTrackedInputFiles- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CanonicalTrackedInputFiles
public CanonicalTrackedInputFiles(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
CanonicalTrackedInputFiles
public CanonicalTrackedInputFiles() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanonicalTrackedInputFiles
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOException
-
CanonicalTrackedInputFiles
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOException
-
CanonicalTrackedInputFiles
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOException
-
CanonicalTrackedInputFiles
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOException
-
CanonicalTrackedInputFiles
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionIOException
-
-
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 CanonicalTrackedInputFiles cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCanonicalTrackedInputFiles, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CanonicalTrackedInputFilesinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FileIsExcludedFromDependencyCheck
public boolean FileIsExcludedFromDependencyCheck(java.lang.String fileName) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
ComputeSourcesNeedingCompilation
public ITaskItem[] ComputeSourcesNeedingCompilation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, OutOfMemoryException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, FormatException, OperationCanceledException, TaskSchedulerException, ThreadAbortException, AggregateException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatExceptionOperationCanceledExceptionTaskSchedulerExceptionThreadAbortExceptionAggregateException
-
ComputeSourcesNeedingCompilation
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionIndexOutOfRangeExceptionOperationCanceledExceptionNullReferenceExceptionObjectDisposedExceptionTaskSchedulerExceptionThreadAbortExceptionAggregateException
-
RemoveDependenciesFromEntryIfMissing
public void RemoveDependenciesFromEntryIfMissing(ITaskItem source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundException
-
RemoveDependenciesFromEntryIfMissing
public void RemoveDependenciesFromEntryIfMissing(ITaskItem source, ITaskItem correspondingOutput) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundException
-
RemoveDependenciesFromEntryIfMissing
public void RemoveDependenciesFromEntryIfMissing(ITaskItem[] source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionOutOfMemoryExceptionKeyNotFoundException
-
RemoveDependenciesFromEntryIfMissing
public 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
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionObjectDisposedExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionRankExceptionKeyNotFoundException
-
RemoveDependencyFromEntry
public void RemoveDependencyFromEntry(ITaskItem source, ITaskItem dependencyToRemove) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
-
RemoveDependencyFromEntry
public void RemoveDependencyFromEntry(ITaskItem[] sources, ITaskItem dependencyToRemove) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
-
RemoveEntriesForSource
public void RemoveEntriesForSource(ITaskItem source) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, NotSupportedException, RankException, InvalidOperationException, OutOfMemoryException
-
RemoveEntriesForSource
public void RemoveEntriesForSource(ITaskItem[] source) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, OutOfMemoryException
-
RemoveEntryForSourceRoot
public void RemoveEntryForSourceRoot(java.lang.String rootingMarker) throws java.lang.Throwable, ArgumentNullException- Throws:
java.lang.ThrowableArgumentNullException
-
SaveTlog
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionInvalidOperationExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionFormatExceptionKeyNotFoundException
-
SaveTlog
public 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
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionKeyNotFoundException
-
-