Uses of Interface
com._1c.g5.v8.dt.compare.datasource.IProjectSourceProvider
Packages that use IProjectSourceProvider
Package
Description
-
Uses of IProjectSourceProvider in com._1c.g5.v8.dt.compare.datasource
Methods in com._1c.g5.v8.dt.compare.datasource that return IProjectSourceProviderModifier and TypeMethodDescriptionProjectSourceProviderFactory.create
(IComparisonDataSourceDescriptor descriptor) Creates the project source provider for the specified comparison data source descriptor. -
Uses of IProjectSourceProvider in com._1c.g5.v8.dt.internal.compare.datasource
Subinterfaces of IProjectSourceProvider in com._1c.g5.v8.dt.internal.compare.datasourceModifier and TypeInterfaceDescriptioninterface
Provides sources/additional metainformation for the DT project of different natures (native, file-based, Git, etc).Classes in com._1c.g5.v8.dt.internal.compare.datasource that implement IProjectSourceProviderModifier and TypeClassDescriptionclass
A base implementation ofIExtendedProjectSourceProvider
to store DT project metainformation (name, nature, runtime version, etc).class
Source provider for the live V8 project comparison data sourceclass
Source provider for the file comparison sourceclass
IExtendedProjectSourceProvider
for Git sourcesclass
A composite source provider based on the other source provider to provide data from the library based on which the target project has been created or updated.class
A source provider for the library comparison data source.Constructors in com._1c.g5.v8.dt.internal.compare.datasource with parameters of type IProjectSourceProviderModifierConstructorDescriptionGitOverlayDeltaProvider
(Path repositoryPath, String revision, String baseRevision, Path projectPath, boolean libraryBasedProject, IProjectSourceProvider sourceProvider, IProjectSourceProvider baseSourceProvider) Constructs a provider. -
Uses of IProjectSourceProvider in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type IProjectSourceProviderModifier and TypeMethodDescriptionstatic void
AssertCompare.assertFileEquals
(IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, String stringPath) static void
AssertCompare.assertFileEquals
(IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, String mainPath, String otherPath) static void
AssertCompare.assertFileEquals
(IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, Path path) static void
AssertCompare.assertFileEquals
(IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, Path mainPath, Path otherPath) static void
AssertCompare.assertFileEquals
(String message, IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, String stringPath) static void
AssertCompare.assertFileEquals
(String message, IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, String mainPath, String otherPath) static void
AssertCompare.assertFileEquals
(String message, IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, Path path) static void
AssertCompare.assertFileEquals
(String message, IProjectSourceProvider mainSourceProvider, IProjectSourceProvider otherSourceProvider, Path mainPath, Path otherPath) Constructors in com._1c.g5.v8.dt.testing.compare with parameters of type IProjectSourceProviderModifierConstructorDescriptionBslModuleContentStreamProvider
(String moduleExtSymlink, IProjectSourceProvider sourceProvider, IQualifiedNameFilePathConverter filePathConverter) CommonTextDocumentContentStreamProvider
(String commonDocumentName, IProjectSourceProvider sourceProvider, IQualifiedNameFilePathConverter filePathConverter) ExternalPropertyContentStreamProvider
(String extPropertySymlink, org.eclipse.emf.ecore.EClass extPropertyEClass, IProjectSourceProvider sourceProvider, IQualifiedNameFilePathConverter filePathConverter)