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.String
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.Build.Utilities.v4.0static java.lang.String
className
Qualified class name: Microsoft.Build.Utilities.CanonicalTrackedInputFilesstatic JCType
classType
The 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 CanonicalTrackedInputFiles
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoCanonicalTrackedInputFiles
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
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)
-
-
-
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.Throwable
Internal 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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
MissingManifestResourceException
ArgumentException
PathTooLongException
NotSupportedException
InvalidOperationException
NullReferenceException
OutOfMemoryException
RankException
KeyNotFoundException
IOException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
MissingManifestResourceException
ArgumentException
PathTooLongException
NotSupportedException
InvalidOperationException
NullReferenceException
OutOfMemoryException
RankException
KeyNotFoundException
IOException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
MissingManifestResourceException
ArgumentException
PathTooLongException
NotSupportedException
InvalidOperationException
NullReferenceException
OutOfMemoryException
RankException
KeyNotFoundException
IOException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
MissingManifestResourceException
ArgumentException
PathTooLongException
NotSupportedException
InvalidOperationException
NullReferenceException
OutOfMemoryException
RankException
KeyNotFoundException
IOException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
MissingManifestResourceException
ArgumentException
PathTooLongException
NotSupportedException
InvalidOperationException
NullReferenceException
OutOfMemoryException
RankException
KeyNotFoundException
IOException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static CanonicalTrackedInputFiles cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoCanonicalTrackedInputFiles
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
CanonicalTrackedInputFiles
instance- 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.Throwable
ArgumentOutOfRangeException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
PathTooLongException
CultureNotFoundException
NotSupportedException
RankException
OutOfMemoryException
InvalidOperationException
ObjectDisposedException
AbandonedMutexException
FormatException
OperationCanceledException
TaskSchedulerException
ThreadAbortException
AggregateException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
PathTooLongException
CultureNotFoundException
NotSupportedException
RankException
InvalidOperationException
OutOfMemoryException
OverflowException
FormatException
IndexOutOfRangeException
OperationCanceledException
NullReferenceException
ObjectDisposedException
TaskSchedulerException
ThreadAbortException
AggregateException
-
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.Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
PathTooLongException
CultureNotFoundException
InvalidOperationException
NotSupportedException
RankException
OutOfMemoryException
KeyNotFoundException
-
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.Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
PathTooLongException
CultureNotFoundException
InvalidOperationException
NotSupportedException
RankException
OutOfMemoryException
KeyNotFoundException
-
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.Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
PathTooLongException
CultureNotFoundException
InvalidOperationException
NotSupportedException
RankException
OutOfMemoryException
KeyNotFoundException
-
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.Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
PathTooLongException
ObjectDisposedException
CultureNotFoundException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
RankException
KeyNotFoundException
-
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.Throwable
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
CultureNotFoundException
NotSupportedException
RankException
InvalidOperationException
NullReferenceException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
SecurityException
FormatException
KeyNotFoundException
-
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.Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
OutOfMemoryException
PathTooLongException
CultureNotFoundException
NotSupportedException
RankException
NullReferenceException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
SecurityException
KeyNotFoundException
-
-