Class V8ProjectComparisonDataSourceDescriptor
java.lang.Object
com._1c.g5.v8.dt.compare.datasource.V8ProjectComparisonDataSourceDescriptor
- All Implemented Interfaces:
IComparisonDataSourceDescriptor
public class V8ProjectComparisonDataSourceDescriptor
extends Object
implements IComparisonDataSourceDescriptor
The descriptor represented by a V8 project.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance for the given V8 project.V8ProjectComparisonDataSourceDescriptor
(String projectName, String projectNature) Creates a new instance with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the project name for this data source descriptor.Returns the V8 project nature.int
hashCode()
-
Constructor Details
-
V8ProjectComparisonDataSourceDescriptor
Creates a new instance with the given parameters.- Parameters:
projectName
- the project name, cannot benull
projectNature
- the V8 project nature, may beICoreConstants.V8_CONFIGURATION_NATURE
orICoreConstants.V8_EXTENSION_NATURE
orICoreConstants.V8_EXTERNAL_OBJECTS_NATURE
, cannot benull
-
V8ProjectComparisonDataSourceDescriptor
Creates a new instance for the given V8 project.- Parameters:
v8Project
- the V8 project, cannot benull
-
-
Method Details
-
getProjectName
Description copied from interface:IComparisonDataSourceDescriptor
Returns the project name for this data source descriptor.- Specified by:
getProjectName
in interfaceIComparisonDataSourceDescriptor
- Returns:
- the project name, never
null
-
getProjectNature
Returns the V8 project nature.- Returns:
- the V8 project nature, may be
ICoreConstants.V8_CONFIGURATION_NATURE
orICoreConstants.V8_EXTENSION_NATURE
orICoreConstants.V8_EXTERNAL_OBJECTS_NATURE
, nevernull
-
hashCode
public int hashCode() -
equals
-