Class DependencyConfig
java.lang.Object
io.github.srdjanv.localgitdependency.config.impl.defaultable.DefaultableConfigFields
io.github.srdjanv.localgitdependency.config.impl.dependency.DependencyConfigFields
io.github.srdjanv.localgitdependency.config.impl.dependency.DependencyConfig
Property's that only a dependency can have
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.github.srdjanv.localgitdependency.config.impl.dependency.DependencyConfigFields
configuration, configurationConfig, gitDir, mavenDir, name, persistentDir, sourceSetMapperConfig, subConfigurationConfig, target, targetType, urlFields inherited from class io.github.srdjanv.localgitdependency.config.impl.defaultable.DefaultableConfigFields
dependencyType, enableIdeSupport, generateGradleTasks, keepGitUpdated, keepInitScriptUpdated, registerDependencyRepositoryToProject, tryGeneratingJavaDocJar, tryGeneratingSourceJar -
Constructor Summary
ConstructorsConstructorDescriptionDependencyConfig(DependencyConfig.Builder builder, DefaultableConfig defaultableConfig) -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable List<ConfigurationConfig>@Nullable Boolean@Nullable Boolean@Nullable File@Nullable Boolean@Nullable Boolean@Nullable List<SourceSetMapperConfig>@Nullable File@Nullable StringgetName()@Nullable File@Nullable Boolean@Nullable List<SubConfigurationConfig>@Nullable String@Nullable Boolean@Nullable Boolean@Nullable StringgetUrl()
-
Constructor Details
-
DependencyConfig
-
-
Method Details
-
getUrl
-
getName
-
getTarget
-
getTargetType
-
getConfiguration
-
getConfigurations
-
getSubConfigurations
-
getMappings
-
getLauncher
-
getGitDir
-
getPersistentDir
-
getMavenDir
-
getKeepGitUpdated
-
getKeepInitScriptUpdated
-
getDependencyType
-
getTryGeneratingSourceJar
-
getTryGeneratingJavaDocJar
-
getEnableIdeSupport
-
getRegisterDependencyRepositoryToProject
-
getGenerateGradleTasks
-