Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(String) - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
add(String, Closure) - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
add(String, String) - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
add(String, String, Closure) - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
addBuiltDependencies() - Method in interface io.github.srdjanv.localgitdependency.depenency.IDependencyManager
 
apply(Project) - Method in class io.github.srdjanv.localgitdependency.LocalGitDependencyPlugin
 
apply(Project) - Method in class io.github.srdjanv.localgitdependency.injection.plugin.ModelInjectionPlugin
 
applyDefaultProperty(DependencyProperty) - Method in interface io.github.srdjanv.localgitdependency.property.IPropertyManager
 
Artifact - Class in io.github.srdjanv.localgitdependency.property.impl
 
Artifact(Artifact.Builder) - Constructor for class io.github.srdjanv.localgitdependency.property.impl.Artifact
 
Artifact.Builder - Class in io.github.srdjanv.localgitdependency.property.impl
 
Artifact.Property - Class in io.github.srdjanv.localgitdependency.property.impl
 
ArtifactBuilder - Interface in io.github.srdjanv.localgitdependency.property
 
automaticCleanup(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.GlobalBuilder
Cleanup removed dependencies.
automaticCleanup(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty.Builder
 

B

BaseDependencyTask - Class in io.github.srdjanv.localgitdependency.tasks.basetasks
 
BaseDependencyTask(Managers, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.tasks.basetasks.BaseDependencyTask
 
BaseProjectTask - Class in io.github.srdjanv.localgitdependency.tasks.basetasks
 
BaseProjectTask(Managers) - Constructor for class io.github.srdjanv.localgitdependency.tasks.basetasks.BaseProjectTask
 
branch(String) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
 
branch(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
BRANCH - Enum constant in enum class io.github.srdjanv.localgitdependency.git.GitInfo.TargetType
 
BUILD_ALL_GIT_DEPENDENCIES - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
BUILD_GIT_DEPENDENCY - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
buildAll(String, Project) - Method in class io.github.srdjanv.localgitdependency.injection.plugin.LocalGitDependencyJsonInfoModelBuilder
 
BuildAllGitDependencies - Class in io.github.srdjanv.localgitdependency.tasks.buildtasks
 
BuildAllGitDependencies(Managers) - Constructor for class io.github.srdjanv.localgitdependency.tasks.buildtasks.BuildAllGitDependencies
 
buildDependencies() - Method in interface io.github.srdjanv.localgitdependency.gradle.IGradleManager
 
buildDependency(Dependency) - Method in interface io.github.srdjanv.localgitdependency.gradle.IGradleManager
 
buildDir - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
builder() - Static method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData
 
builder() - Static method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
builder() - Static method in class io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata.TaskData
 
Builder() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
Builder() - Constructor for class io.github.srdjanv.localgitdependency.property.impl.Artifact.Builder
 
Builder() - Constructor for class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty.Builder
 
Builder() - Constructor for class io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper.Builder
 
Builder(String) - Constructor for class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
BuilderUtil - Class in io.github.srdjanv.localgitdependency.util
 
buildGitDependency(IGradleManager, Dependency) - Method in class io.github.srdjanv.localgitdependency.tasks.buildtasks.BuildAllGitDependencies
 
BuildGitDependency - Class in io.github.srdjanv.localgitdependency.tasks.buildtasks
 
BuildGitDependency(Managers, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.tasks.buildtasks.BuildGitDependency
 

C

canBuild(String) - Method in class io.github.srdjanv.localgitdependency.injection.plugin.LocalGitDependencyJsonInfoModelBuilder
 
checkExistsAndMkdirs(File) - Static method in class io.github.srdjanv.localgitdependency.Constants
 
clearChanges(IGitManager, Dependency) - Method in class io.github.srdjanv.localgitdependency.tasks.undotasks.UndoAllLocalGitChanges
 
clearLocalChanges() - Method in interface io.github.srdjanv.localgitdependency.git.GitTasks
 
closure() - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact
 
closure() - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Property
 
closure(Closure) - Method in interface io.github.srdjanv.localgitdependency.property.ArtifactBuilder
This closure will be passed to the DependencyHandler
closure(Closure) - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Builder
 
closure(String, Closure) - Method in interface io.github.srdjanv.localgitdependency.property.ArtifactBuilder
Same as above but its used for specific artifacts, the notation's must match for this to work
closure(String, Closure) - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Builder
 
ClosureUtil - Class in io.github.srdjanv.localgitdependency.util
 
commit(String) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
 
commit(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
COMMIT - Enum constant in enum class io.github.srdjanv.localgitdependency.git.GitInfo.TargetType
 
CommonBuilder - Interface in io.github.srdjanv.localgitdependency.property
 
CommonPropertyBuilder - Class in io.github.srdjanv.localgitdependency.property.impl
Base property's used for dependency and global configuration.
CommonPropertyFields - Class in io.github.srdjanv.localgitdependency.property.impl
 
CommonPropertyGetters - Class in io.github.srdjanv.localgitdependency.property.impl
 
CommonPropertyGetters() - Constructor for class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
compare(Object, Object) - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout
 
complexLoadDataFromFileJson(File, DataLayout) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 
complexSaveDataToFileJson(File, List<?>, DataLayout) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 
concatFile - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
configuration(Closure...) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
 
configuration(Closure...) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
configuration(String) - Method in interface io.github.srdjanv.localgitdependency.property.ArtifactBuilder
The target configuration for artifacts
configuration(String) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
To what configuration to add all the generated jars
configuration(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Builder
 
configuration(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
configureGlobal(Closure) - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
Constants - Class in io.github.srdjanv.localgitdependency
 
crateInitProject(List<Consumer<GradleInit>>) - Static method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
create() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
create() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData.Builder
 
create() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
create() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata.TaskData.Builder
 
create(DataLayout.DataMapper) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataWrapper
 
create(DataLayout.DataMapper, Object) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataWrapper
 
create(Consumer<DataLayout>) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout
 
createEssentialDirectories() - Method in interface io.github.srdjanv.localgitdependency.property.IPropertyManager
 
createInitProbe() - Static method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.cleanup.ICleanupManager
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.depenency.IDependencyManager
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.git.IGitManager
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.gradle.IGradleManager
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.project.IProjectManager
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.property.IPropertyManager
 
createInstance(Managers) - Static method in interface io.github.srdjanv.localgitdependency.tasks.ITasksManager
 
createProject(Project) - Static method in interface io.github.srdjanv.localgitdependency.project.IProjectManager
 

D

DataLayout - Class in io.github.srdjanv.localgitdependency.persistence.data
 
DataLayout.DataMapper<T> - Class in io.github.srdjanv.localgitdependency.persistence.data
 
DataMapper() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.DataLayout.DataMapper
 
DataParser - Class in io.github.srdjanv.localgitdependency.persistence.data
 
DataType - Enum Class in io.github.srdjanv.localgitdependency.persistence.data
 
DataWrapper - Class in io.github.srdjanv.localgitdependency.persistence.data
 
defaultDir - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
defaultLibsDir - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
DefaultLocalGitDependencyJsonInfoModel - Class in io.github.srdjanv.localgitdependency.injection.model
 
DefaultLocalGitDependencyJsonInfoModel(String) - Constructor for class io.github.srdjanv.localgitdependency.injection.model.DefaultLocalGitDependencyJsonInfoModel
 
defaultMavenFolder - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
defaultPersistentDir - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
delegate(Closure, Object) - Static method in class io.github.srdjanv.localgitdependency.util.ClosureUtil
 
dependency - Variable in class io.github.srdjanv.localgitdependency.tasks.basetasks.BaseDependencyTask
 
Dependency - Class in io.github.srdjanv.localgitdependency.depenency
 
Dependency(List<Artifact>, List<SourceSetMapper>, DependencyProperty) - Constructor for class io.github.srdjanv.localgitdependency.depenency.Dependency
 
Dependency.Type - Enum Class in io.github.srdjanv.localgitdependency.depenency
 
DependencyBuilder - Interface in io.github.srdjanv.localgitdependency.property
 
DependencyData - Class in io.github.srdjanv.localgitdependency.persistence.data.dependency
 
DependencyData - Enum constant in enum class io.github.srdjanv.localgitdependency.persistence.data.DataType
 
DependencyData() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
DependencyDataGetter - Interface in io.github.srdjanv.localgitdependency.persistence.data.dependency
 
DependencyDataSetter - Interface in io.github.srdjanv.localgitdependency.persistence.data.dependency
 
DependencyProperty - Class in io.github.srdjanv.localgitdependency.property.impl
Property's that only a dependency can have
DependencyProperty(DependencyProperty.Builder) - Constructor for class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
DependencyProperty.Builder - Class in io.github.srdjanv.localgitdependency.property.impl
 
dependencyType(Dependency.Type) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
How the dependency is going to be added to the project
dependencyType(Dependency.Type) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 

E

enableIdeSupport(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
By enabling this the plugin will register the source sets, configurations, its dependencies to your project.
enableIdeSupport(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
equals(Object) - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
equals(Object) - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
equals(Object) - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
equals(Object) - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
equals(Object) - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Property
 
error(String, Object...) - Static method in class io.github.srdjanv.localgitdependency.logger.ManagerLogger
 
exclude(String...) - Method in interface io.github.srdjanv.localgitdependency.property.ArtifactBuilder
Same as the above but is used for exclusion, this should not be used alongside include
exclude(String...) - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Builder
 
EXTENSION_NAME - Static variable in class io.github.srdjanv.localgitdependency.Constants
 

F

FilePublicationTaskName - Static variable in class io.github.srdjanv.localgitdependency.Constants
 

G

generateDefaultGradleTasks(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.GlobalBuilder
This will generate default tasks
generateDefaultGradleTasks(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty.Builder
 
generateGradleTasks(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
Custom tasks can be generated for this dependency
generateGradleTasks(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
getAdditionalMethods() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
getArchivesBaseName() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getArtifactProperty() - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact
 
getArtifactTasks() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getAutomaticCleanup() - Method in class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty
 
getBuildClassesDir() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
getBuildResourcesDir() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
getBuildStatus() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
getBuildSuccessful() - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
getBuildSuccessful() - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataGetter
 
getClassifier() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata.TaskData
 
getClazz() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout.DataMapper
 
getCleanupManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getCleanupManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getCleanupManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getCompileClasspath() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
getConfiguration() - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact
 
getConfiguration() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getConfigurations() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getConfigurations() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getData() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataWrapper
 
getDataMappers() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout
 
getDataType() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout.DataMapper
 
getDataType() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataWrapper
 
getDependencies() - Method in interface io.github.srdjanv.localgitdependency.depenency.IDependencyManager
 
getDependency() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
getDependency() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
getDependency() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
getDependencyLayout() - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout
 
getDependencyManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getDependencyManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getDependencyManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getDependencySet() - Method in class io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper
 
getDependencyType() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getDependencyType() - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
getDependencyType() - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataGetter
 
getDependencyType() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getDependentSourceSets() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
getDir() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
getEnableIdeSupport() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getGenerateDefaultGradleTasks() - Method in class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty
 
getGenerateGradleTasks() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getGitDir() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getGitExceptions() - Method in class io.github.srdjanv.localgitdependency.git.GitReport
 
getGitInfo() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getGitManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getGitManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getGitManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getGlobalProperty() - Method in interface io.github.srdjanv.localgitdependency.property.IPropertyManager
 
getGradleDaemonMaxIdleTime() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
getGradleDaemonMaxIdleTime() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getGradleInfo() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getGradleManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getGradleManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getGradleManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getInitFileSHA1() - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
getInitFileSHA1() - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataGetter
 
getInitFileSHA1() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
getInitScript() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
getInitScriptSHA() - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
getInstanceIndex() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout.DataMapper
 
getInstanceSupplier() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout.DataMapper
 
getJavaHome() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
getJavaHomeDir() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getJavaVersion() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getJson() - Method in class io.github.srdjanv.localgitdependency.injection.model.DefaultLocalGitDependencyJsonInfoModel
 
getJson() - Method in interface io.github.srdjanv.localgitdependency.injection.model.LocalGitDependencyJsonInfoModel
 
getKeepDependencyInitScriptUpdated() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getKeepGitUpdated() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getKeepMainInitScriptUpdated() - Method in class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty
 
getLocalGitDependencyExtension() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getLocalGitDependencyExtension() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getLocalGitDependencyExtension() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getMainInitSHA1() - Method in class io.github.srdjanv.localgitdependency.persistence.data.project.ProjectData
 
getMainInitSHA1() - Method in interface io.github.srdjanv.localgitdependency.persistence.data.project.ProjectDataGetters
 
getManagerName() - Method in interface io.github.srdjanv.localgitdependency.project.Manager
 
getManagerName() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getMappings() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getMavenDir() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getMavenFolder() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getName() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getName() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
getName() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata.TaskData
 
getName() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getPersistenceManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getPersistenceManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getPersistenceManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getPersistentDir() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getPersistentFile() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
getPersistentInfo() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getProbeData() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
getProject() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getProject() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getProject() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getProjectGradleVersion() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getProjectId() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getProjectManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getProjectManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getProjectManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getProjectManagers() - Method in interface io.github.srdjanv.localgitdependency.project.Manager
 
getProjectManagers() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getProjectSet() - Method in class io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper
 
getPropertyManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getPropertyManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getPropertyManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getPublicationData() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getPublicationName() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData
 
getRegisterDependencyRepositoryToProject() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getRepositoryName() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData
 
getResources() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
getRunStatus() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
getSources() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
getSourceSetMappers() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
getSourceSetsData() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getStartupTasks() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
getStartupTasks() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getStartupTasksRun() - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
getStartupTasksRun() - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataGetter
 
getTarget() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
getTarget() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getTargetType() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
getTargetType() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getTasks() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData
 
getTasksManager() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
getTasksManager() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
getTasksManager() - Method in interface io.github.srdjanv.localgitdependency.project.Managers
 
getTryGeneratingJavaDocJar() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getTryGeneratingSourceJar() - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyGetters
 
getUrl() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
getUrl() - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty
 
getVersion() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
getWorkingDirSHA1() - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
getWorkingDirSHA1() - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataGetter
 
getWorkingDirSHA1() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
gitDir(File) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
This will set the directory in which the dependency will be created, it will not set the folder.
gitDir(File) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
gitDir(String) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
Same as the above, but takes a string
gitDir(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
GitInfo - Class in io.github.srdjanv.localgitdependency.git
 
GitInfo(DependencyProperty, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.git.GitInfo
 
GitInfo.TargetType - Enum Class in io.github.srdjanv.localgitdependency.git
 
GitReport - Class in io.github.srdjanv.localgitdependency.git
 
GitTasks - Interface in io.github.srdjanv.localgitdependency.git
 
GlobalBuilder - Interface in io.github.srdjanv.localgitdependency.property
 
globalProperty(Closure) - Method in interface io.github.srdjanv.localgitdependency.property.IPropertyManager
 
GlobalProperty - Class in io.github.srdjanv.localgitdependency.property.impl
Property's used for global configuration
GlobalProperty(GlobalProperty.Builder) - Constructor for class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty
 
GlobalProperty.Builder - Class in io.github.srdjanv.localgitdependency.property.impl
 
gradleDaemonMaxIdleTime(Integer) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
For how long should the gradle daemon used for dependency building idle.
gradleDaemonMaxIdleTime(Integer) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
GradleInfo - Class in io.github.srdjanv.localgitdependency.gradle
 
GradleInfo(DependencyProperty, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
GradleInit - Class in io.github.srdjanv.localgitdependency.gradle
 
gson - Static variable in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 

H

hasDependencyTypeChanged() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
hasGitExceptions() - Method in class io.github.srdjanv.localgitdependency.git.GitReport
 
hashCode() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
hashCode() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
hashCode() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
hashCode() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
hashCode() - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Property
 
hasRefreshed() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 

I

ICleanupManager - Interface in io.github.srdjanv.localgitdependency.cleanup
 
IDependencyManager - Interface in io.github.srdjanv.localgitdependency.depenency
 
IGitManager - Interface in io.github.srdjanv.localgitdependency.git
 
IGradleManager - Interface in io.github.srdjanv.localgitdependency.gradle
 
include() - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Property
 
include(String...) - Method in interface io.github.srdjanv.localgitdependency.property.ArtifactBuilder
If the dependency type is Jar then the plugin will use string contains to filter what jars are going to be added
include(String...) - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Builder
 
info(String, Object...) - Static method in class io.github.srdjanv.localgitdependency.logger.ManagerLogger
 
info(String, Object...) - Static method in class io.github.srdjanv.localgitdependency.logger.PluginLogger
 
infoUnFormatted(String, Object...) - Static method in class io.github.srdjanv.localgitdependency.logger.ManagerLogger
 
init() - Method in interface io.github.srdjanv.localgitdependency.cleanup.ICleanupManager
 
initGradleAPI() - Method in interface io.github.srdjanv.localgitdependency.gradle.IGradleManager
 
initRepo(Dependency) - Method in interface io.github.srdjanv.localgitdependency.git.IGitManager
 
initRepos() - Method in interface io.github.srdjanv.localgitdependency.git.IGitManager
 
initTasks() - Method in interface io.github.srdjanv.localgitdependency.tasks.ITasksManager
 
instantiateObjectWithBuilder(D, D, Class<D>) - Static method in class io.github.srdjanv.localgitdependency.util.BuilderUtil
 
io.github.srdjanv.localgitdependency - package io.github.srdjanv.localgitdependency
 
io.github.srdjanv.localgitdependency.cleanup - package io.github.srdjanv.localgitdependency.cleanup
 
io.github.srdjanv.localgitdependency.depenency - package io.github.srdjanv.localgitdependency.depenency
 
io.github.srdjanv.localgitdependency.extentions - package io.github.srdjanv.localgitdependency.extentions
 
io.github.srdjanv.localgitdependency.git - package io.github.srdjanv.localgitdependency.git
 
io.github.srdjanv.localgitdependency.gradle - package io.github.srdjanv.localgitdependency.gradle
 
io.github.srdjanv.localgitdependency.injection.model - package io.github.srdjanv.localgitdependency.injection.model
 
io.github.srdjanv.localgitdependency.injection.plugin - package io.github.srdjanv.localgitdependency.injection.plugin
 
io.github.srdjanv.localgitdependency.logger - package io.github.srdjanv.localgitdependency.logger
 
io.github.srdjanv.localgitdependency.persistence - package io.github.srdjanv.localgitdependency.persistence
 
io.github.srdjanv.localgitdependency.persistence.data - package io.github.srdjanv.localgitdependency.persistence.data
 
io.github.srdjanv.localgitdependency.persistence.data.dependency - package io.github.srdjanv.localgitdependency.persistence.data.dependency
 
io.github.srdjanv.localgitdependency.persistence.data.probe - package io.github.srdjanv.localgitdependency.persistence.data.probe
 
io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata - package io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata
 
io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata - package io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata
 
io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata - package io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata
 
io.github.srdjanv.localgitdependency.persistence.data.project - package io.github.srdjanv.localgitdependency.persistence.data.project
 
io.github.srdjanv.localgitdependency.project - package io.github.srdjanv.localgitdependency.project
 
io.github.srdjanv.localgitdependency.property - package io.github.srdjanv.localgitdependency.property
 
io.github.srdjanv.localgitdependency.property.impl - package io.github.srdjanv.localgitdependency.property.impl
 
io.github.srdjanv.localgitdependency.tasks - package io.github.srdjanv.localgitdependency.tasks
 
io.github.srdjanv.localgitdependency.tasks.basetasks - package io.github.srdjanv.localgitdependency.tasks.basetasks
 
io.github.srdjanv.localgitdependency.tasks.buildtasks - package io.github.srdjanv.localgitdependency.tasks.buildtasks
 
io.github.srdjanv.localgitdependency.tasks.printtasks - package io.github.srdjanv.localgitdependency.tasks.printtasks
 
io.github.srdjanv.localgitdependency.tasks.probetasks - package io.github.srdjanv.localgitdependency.tasks.probetasks
 
io.github.srdjanv.localgitdependency.tasks.undotasks - package io.github.srdjanv.localgitdependency.tasks.undotasks
 
io.github.srdjanv.localgitdependency.util - package io.github.srdjanv.localgitdependency.util
 
IPersistenceManager - Interface in io.github.srdjanv.localgitdependency.persistence
 
IProjectManager - Interface in io.github.srdjanv.localgitdependency.project
 
IPropertyManager - Interface in io.github.srdjanv.localgitdependency.property
 
isCanProjectUseWithJavadocJar() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
isCanProjectUseWithSourcesJar() - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
isEnableIdeSupport() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
isGenerateGradleTasks() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
isKeepDependencyInitScriptUpdated() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
isKeepGitUpdated() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
isRecursive() - Method in class io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper
 
isRegisterDependencyRepositoryToProject() - Method in class io.github.srdjanv.localgitdependency.depenency.Dependency
 
isTryGeneratingJavaDocJar() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
isTryGeneratingSourceJar() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInfo
 
isValid() - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataWrapper
 
isValidModel() - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
ITasksManager - Interface in io.github.srdjanv.localgitdependency.tasks
 

J

Jar - Enum constant in enum class io.github.srdjanv.localgitdependency.depenency.Dependency.Type
 
Jar() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
JarFlatDir - Enum constant in enum class io.github.srdjanv.localgitdependency.depenency.Dependency.Type
 
JarFlatDir() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
JAVA_IMPLEMENTATION - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
javaHomeDir(File) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
Some project need a specific java version to be build, specify the path of the JDK
javaHomeDir(File) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
javaHomeDir(String) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
Same as the above, but takes a string
javaHomeDir(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 

K

keepDependencyInitScriptUpdated(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
If set to false the generated dependencyInitScript will never be updated of fixed if changes are detected
keepDependencyInitScriptUpdated(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
keepGitUpdated(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
This will try to keep the gir repo of the dependency updated
keepGitUpdated(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
keepMainInitScriptUpdated(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.GlobalBuilder
If set to false the generated mainInitScript will never be updated of fixed if changes are detected
keepMainInitScriptUpdated(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.GlobalProperty.Builder
 

L

loadDependencyPersistentData(Dependency) - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
loadPersistentData() - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
loadProjectPersistentData() - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
LOCAL_GIT_DEPENDENCY_EXTENSION - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
LOCAL_GIT_DEPENDENCY_MANAGER_INSTANCE_EXTENSION - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
LocalGitDependencyExtension - Class in io.github.srdjanv.localgitdependency.extentions
 
LocalGitDependencyExtension(Managers) - Constructor for class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
LocalGitDependencyJsonInfoModel - Interface in io.github.srdjanv.localgitdependency.injection.model
 
LocalGitDependencyJsonInfoModelBuilder - Class in io.github.srdjanv.localgitdependency.injection.plugin
 
LocalGitDependencyJsonInfoModelBuilder() - Constructor for class io.github.srdjanv.localgitdependency.injection.plugin.LocalGitDependencyJsonInfoModelBuilder
 
LocalGitDependencyManagerInstance - Class in io.github.srdjanv.localgitdependency.extentions
 
LocalGitDependencyManagerInstance(Project) - Constructor for class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyManagerInstance
 
LocalGitDependencyPlugin - Class in io.github.srdjanv.localgitdependency
 
LocalGitDependencyPlugin() - Constructor for class io.github.srdjanv.localgitdependency.LocalGitDependencyPlugin
 

M

MAIN_INIT_SCRIPT_GRADLE - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
Manager - Interface in io.github.srdjanv.localgitdependency.project
 
ManagerBase - Class in io.github.srdjanv.localgitdependency.project
 
ManagerBase(Managers) - Constructor for class io.github.srdjanv.localgitdependency.project.ManagerBase
 
managerConstructor() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
managerConstructor() - Method in class io.github.srdjanv.localgitdependency.project.ManagerBase
 
ManagerLogger - Class in io.github.srdjanv.localgitdependency.logger
 
managers - Variable in class io.github.srdjanv.localgitdependency.tasks.basetasks.BaseDependencyTask
 
Managers - Interface in io.github.srdjanv.localgitdependency.project
 
map(String, String...) - Method in class io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper.Builder
 
map(String, String...) - Method in interface io.github.srdjanv.localgitdependency.property.SourceSetMapperBuilder
This is used to map SourceSet's of a dependency to a SourceSet on the current project
mapSourceSets(Closure...) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
 
mapSourceSets(Closure...) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
mavenDir(File) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
Some Dependency types will publish the artifact to local maven repo.
mavenDir(File) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
mavenDir(String) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
Same as the above, but takes a string
mavenDir(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
MavenLocal - Enum constant in enum class io.github.srdjanv.localgitdependency.depenency.Dependency.Type
 
MavenLocal() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
MavenProjectDependencyLocal - Enum constant in enum class io.github.srdjanv.localgitdependency.depenency.Dependency.Type
 
MavenProjectDependencyLocal - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
MavenProjectDependencyLocal() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
MavenProjectLocal - Enum constant in enum class io.github.srdjanv.localgitdependency.depenency.Dependency.Type
 
MavenProjectLocal - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
MavenProjectLocal() - Method in class io.github.srdjanv.localgitdependency.extentions.LocalGitDependencyExtension
 
ModelInjectionPlugin - Class in io.github.srdjanv.localgitdependency.injection.plugin
 
ModelInjectionPlugin(ToolingModelBuilderRegistry) - Constructor for class io.github.srdjanv.localgitdependency.injection.plugin.ModelInjectionPlugin
 

N

name(String) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
Sets the name of the dependency, it will also be used as the directory name
name(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
NonNullData - Interface in io.github.srdjanv.localgitdependency.persistence.data
 
notation() - Method in class io.github.srdjanv.localgitdependency.property.impl.Artifact.Property
 

O

oneTimeStartupTasks(String...) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
Some projects might require a one time configuration
oneTimeStartupTasks(String...) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 

P

parseJson(String) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 
persistentDir(File) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
This will set the directory in which the dependency data will be stored, it will not set the folder.
persistentDir(File) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
persistentDir(String) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
Same as the above, but takes a string
persistentDir(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
PersistentInfo - Class in io.github.srdjanv.localgitdependency.persistence
 
PersistentInfo(DependencyProperty, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
persistentInitScript - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
persistentJsonFile - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
PluginLogger - Class in io.github.srdjanv.localgitdependency.logger
 
PRINT_ALL_DEPENDENCIES_INFO - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
PRINT_DEPENDENCY_INFO - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
PrintAllDependenciesInfo - Class in io.github.srdjanv.localgitdependency.tasks.printtasks
 
PrintAllDependenciesInfo(Managers) - Constructor for class io.github.srdjanv.localgitdependency.tasks.printtasks.PrintAllDependenciesInfo
 
PrintDependencyInfo - Class in io.github.srdjanv.localgitdependency.tasks.printtasks
 
PrintDependencyInfo(Managers, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.tasks.printtasks.PrintDependencyInfo
 
printInfo(Dependency) - Method in class io.github.srdjanv.localgitdependency.tasks.printtasks.PrintAllDependenciesInfo
 
probe(Manager, Dependency) - Method in class io.github.srdjanv.localgitdependency.tasks.probetasks.ProbeAllDependenciesTask
 
PROBE_ALL_DEPENDENCIES - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
PROBE_DEPENDENCY - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
ProbeAllDependenciesTask - Class in io.github.srdjanv.localgitdependency.tasks.probetasks
 
ProbeAllDependenciesTask(Managers) - Constructor for class io.github.srdjanv.localgitdependency.tasks.probetasks.ProbeAllDependenciesTask
 
ProbeDependencyTask - Class in io.github.srdjanv.localgitdependency.tasks.probetasks
 
ProbeDependencyTask(Managers, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.tasks.probetasks.ProbeDependencyTask
 
probeProject(Dependency) - Method in interface io.github.srdjanv.localgitdependency.gradle.IGradleManager
 
PROJECT_DATA_JSON - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
PROJECT_VERSION - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
ProjectData - Class in io.github.srdjanv.localgitdependency.persistence.data.project
 
ProjectData() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.project.ProjectData
 
ProjectDataGetters - Interface in io.github.srdjanv.localgitdependency.persistence.data.project
 
ProjectDataSetter - Interface in io.github.srdjanv.localgitdependency.persistence.data.project
 
ProjectProbeData - Class in io.github.srdjanv.localgitdependency.persistence.data.probe
 
ProjectProbeData - Enum constant in enum class io.github.srdjanv.localgitdependency.persistence.data.DataType
 
ProjectProbeData() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData
 
ProjectProbeData.Builder - Class in io.github.srdjanv.localgitdependency.persistence.data.probe
 
projectProbeDataJson(ProjectProbeData) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 
PublicationData - Class in io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata
 
PublicationData() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData
 
PublicationData(PublicationData.Builder) - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData
 
PublicationData.Builder - Class in io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata
 
PublicationTaskName - Static variable in class io.github.srdjanv.localgitdependency.Constants
 

R

recursive(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper.Builder
 
recursive(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.SourceSetMapperBuilder
If the specified dependencySet are going to get added recursively
registerDataMapper(Consumer<DataLayout.DataMapper<T>>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout
 
registerDependency(String, String, Closure) - Method in interface io.github.srdjanv.localgitdependency.depenency.IDependencyManager
 
registerDependencyRepositoryToProject(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
If a repository should be added for the build dependency, this will not do anything for the Jar dependency type
registerDependencyRepositoryToProject(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
render() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
RepositoryFlatDir - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
RepositoryMavenProjectDependencyLocal - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
RepositoryMavenProjectLocal - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
runRepoCommand(Dependency, Consumer<GitTasks>) - Method in interface io.github.srdjanv.localgitdependency.git.IGitManager
 

S

sameClass(Object) - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout.DataMapper
 
saveDependencyPersistentData(Dependency) - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
savePersistentData() - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
saveProjectPersistentData() - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
setArchivesBaseName(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setArtifactTasks(List<TaskData>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setBuildClassesDir(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
setBuildResourcesDir(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
setBuildStatus(boolean) - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
setBuildSuccessful(boolean) - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
setBuildSuccessful(boolean) - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataSetter
 
setCanProjectUseWithJavadocJar(boolean) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setCanProjectUseWithSourcesJar(boolean) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setClassifier(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata.TaskData.Builder
 
setCompileClasspath(List<String>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
setDataType(DataType) - Method in class io.github.srdjanv.localgitdependency.persistence.data.DataLayout.DataMapper
 
setDependencyType(Dependency.Type) - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
setDependencyType(Dependency.Type) - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataSetter
 
setDependentSourceSets(Set<String>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
setInitFileSHA1(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
setInitFileSHA1(String) - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataSetter
 
setInitFileSHA1(String) - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
setInitScriptSHA(String) - Method in interface io.github.srdjanv.localgitdependency.persistence.IPersistenceManager
 
setJavaJars(Consumer<List<GradleInit.JavaJars>>) - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
setJavaVersion(JavaVersion) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setMainInitSHA1(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.project.ProjectData
 
setMainInitSHA1(String) - Method in interface io.github.srdjanv.localgitdependency.persistence.data.project.ProjectDataSetter
 
setName(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
setName(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata.TaskData.Builder
 
setPlugins(Consumer<List<String>>) - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
setProbeData(String) - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
setProjectGradleVersion(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setProjectId(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setPublicationData(PublicationData) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setPublicationName(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData.Builder
 
setPublishing(Consumer<List<GradleInit.Publication>>) - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
setRefreshed() - Method in class io.github.srdjanv.localgitdependency.git.GitInfo
 
setRepositoryName(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData.Builder
 
setResources(List<String>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
setSources(List<String>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData.Builder
 
setSourceSetsData(List<SourceSetData>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setStartupTasksRun(boolean) - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
setStartupTasksRun(boolean) - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataSetter
 
setStartupTasksStatus(boolean) - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
setTasks(Consumer<List<GradleInit.Task>>) - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
setTasks(List<String>) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.publicationdata.PublicationData.Builder
 
setup() - Method in interface io.github.srdjanv.localgitdependency.git.GitTasks
 
setVersion(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.probe.ProjectProbeData.Builder
 
setWorkingDirSHA1(String) - Method in class io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyData
 
setWorkingDirSHA1(String) - Method in interface io.github.srdjanv.localgitdependency.persistence.data.dependency.DependencyDataSetter
 
setWorkingDirSHA1(String) - Method in class io.github.srdjanv.localgitdependency.persistence.PersistentInfo
 
simpleLoadDataFromFileJson(File, Class<T>, Supplier<T>) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 
simpleSaveDataToFileJson(File, Object) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 
SourceSetData - Class in io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata
 
SourceSetData() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
SourceSetData(SourceSetData.Builder) - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata.SourceSetData
 
SourceSetData.Builder - Class in io.github.srdjanv.localgitdependency.persistence.data.probe.sourcesetdata
 
SourceSetMapper - Class in io.github.srdjanv.localgitdependency.property.impl
 
SourceSetMapper(SourceSetMapper.Builder) - Constructor for class io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper
 
SourceSetMapper.Builder - Class in io.github.srdjanv.localgitdependency.property.impl
 
SourceSetMapperBuilder - Interface in io.github.srdjanv.localgitdependency.property
 
startInfo(String, Object...) - Static method in class io.github.srdjanv.localgitdependency.logger.PluginLogger
 
startPlugin() - Method in interface io.github.srdjanv.localgitdependency.project.IProjectManager
 

T

TAB_INDENT - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
TAB_INDENTX2 - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
tag(String) - Method in interface io.github.srdjanv.localgitdependency.property.DependencyBuilder
 
tag(String) - Method in class io.github.srdjanv.localgitdependency.property.impl.DependencyProperty.Builder
 
TAG - Enum constant in enum class io.github.srdjanv.localgitdependency.git.GitInfo.TargetType
 
task$BuildAllGitDependencies() - Method in class io.github.srdjanv.localgitdependency.tasks.buildtasks.BuildAllGitDependencies
 
task$BuildGitDependency() - Method in class io.github.srdjanv.localgitdependency.tasks.buildtasks.BuildGitDependency
 
task$PrintAllDependenciesInfo() - Method in class io.github.srdjanv.localgitdependency.tasks.printtasks.PrintAllDependenciesInfo
 
task$PrintDependencyInfo() - Method in class io.github.srdjanv.localgitdependency.tasks.printtasks.PrintDependencyInfo
 
task$ProbeAllDependenciesTask() - Method in class io.github.srdjanv.localgitdependency.tasks.probetasks.ProbeAllDependenciesTask
 
task$ProbeDependencyTask() - Method in class io.github.srdjanv.localgitdependency.tasks.probetasks.ProbeDependencyTask
 
task$UndoLocalGitChanges() - Method in class io.github.srdjanv.localgitdependency.tasks.undotasks.UndoAllLocalGitChanges
 
task$UndoLocalGitChanges() - Method in class io.github.srdjanv.localgitdependency.tasks.undotasks.UndoLocalGitChanges
 
TaskData - Class in io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata
 
TaskData() - Constructor for class io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata.TaskData
 
TaskData.Builder - Class in io.github.srdjanv.localgitdependency.persistence.data.probe.taskdata
 
TaskDescription - Annotation Interface in io.github.srdjanv.localgitdependency.project
 
toString() - Method in class io.github.srdjanv.localgitdependency.gradle.GradleInit
 
tryGeneratingJavaDocJar(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
If the cloned dependency doesn't have a task that is going to make a java doc jar, the plugin can try to generate one
tryGeneratingJavaDocJar(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 
tryGeneratingSourceJar(Boolean) - Method in interface io.github.srdjanv.localgitdependency.property.CommonBuilder
If the cloned dependency doesn't have a task that is going to make a source jar, the plugin can try to generate one
tryGeneratingSourceJar(Boolean) - Method in class io.github.srdjanv.localgitdependency.property.impl.CommonPropertyBuilder
 

U

UNDO_ALL_LOCAL_GIT_CHANGES - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
UNDO_LOCAL_GIT_CHANGES - Static variable in class io.github.srdjanv.localgitdependency.Constants
 
UndoAllLocalGitChanges - Class in io.github.srdjanv.localgitdependency.tasks.undotasks
 
UndoAllLocalGitChanges(Managers) - Constructor for class io.github.srdjanv.localgitdependency.tasks.undotasks.UndoAllLocalGitChanges
 
UndoLocalGitChanges - Class in io.github.srdjanv.localgitdependency.tasks.undotasks
 
UndoLocalGitChanges(Managers, Dependency) - Constructor for class io.github.srdjanv.localgitdependency.tasks.undotasks.UndoLocalGitChanges
 

V

validDataForClass(Class<?>, Object) - Static method in class io.github.srdjanv.localgitdependency.persistence.data.DataParser
 
value() - Element in annotation interface io.github.srdjanv.localgitdependency.project.TaskDescription
 
valueOf(String) - Static method in enum class io.github.srdjanv.localgitdependency.depenency.Dependency.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.srdjanv.localgitdependency.git.GitInfo.TargetType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.srdjanv.localgitdependency.persistence.data.DataType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.srdjanv.localgitdependency.depenency.Dependency.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.srdjanv.localgitdependency.git.GitInfo.TargetType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.srdjanv.localgitdependency.persistence.data.DataType
Returns an array containing the constants of this enum class, in the order they are declared.

W

warn(String, Object...) - Static method in class io.github.srdjanv.localgitdependency.logger.ManagerLogger
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form