Class MavenDependenciesProcessorTaskProperties

    • Constructor Detail

      • MavenDependenciesProcessorTaskProperties

        protected MavenDependenciesProcessorTaskProperties()
      • MavenDependenciesProcessorTaskProperties

        public MavenDependenciesProcessorTaskProperties​(@Nullable
                                                        @Nullable java.lang.String description,
                                                        boolean enabled,
                                                        @Nullable
                                                        @Nullable java.lang.String overrideProjectFile,
                                                        @Nullable
                                                        @Nullable java.lang.String workingSubdirectory,
                                                        @Nullable
                                                        @Nullable java.lang.String alternatePathForTheGlobalSettingsFile,
                                                        @Nullable
                                                        @Nullable java.lang.String alternatePathForTheUserSettingsFile,
                                                        @Nullable
                                                        @Nullable java.lang.String pathToMavenLocalRepository,
                                                        @NotNull
                                                        @NotNull java.util.List<RequirementProperties> requirements,
                                                        @NotNull
                                                        @NotNull java.util.List<? extends ConditionProperties> conditions)
                                                 throws PropertiesValidationException
        Throws:
        PropertiesValidationException
    • Method Detail

      • getOverrideProjectFile

        @Nullable
        public @Nullable java.lang.String getOverrideProjectFile()
      • getWorkingSubdirectory

        @Nullable
        public @Nullable java.lang.String getWorkingSubdirectory()
      • getAlternatePathForTheGlobalSettingsFile

        @Nullable
        public @Nullable java.lang.String getAlternatePathForTheGlobalSettingsFile()
      • getAlternatePathForTheUserSettingsFile

        @Nullable
        public @Nullable java.lang.String getAlternatePathForTheUserSettingsFile()
      • getPathToMavenLocalRepository

        @Nullable
        public @Nullable java.lang.String getPathToMavenLocalRepository()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class TaskProperties