-
public final class DependencyGraph
-
-
Field Summary
Fields Modifier and Type Field Description private final AemExtensionaemprivate final RegularFilePropertydotFileSourceprivate final RegularFilePropertydotFileprivate final Property<Boolean>generateForceprivate final Property<String>generateCommandprivate final Property<String>buildCommandprivate final MapProperty<String, String>packagingMapprivate final ListProperty<Dependency>dotDependenciesprivate final ListProperty<Artifact>dotArtifactsprivate final Provider<List<Dependency>>defaultsprivate final ListProperty<Dependency>extrasprivate final ListProperty<Dependency>redundantsprivate final ListProperty<Dependency>softRedundantsprivate final Provider<List<Dependency>>allprivate final MvnBuildbuild
-
Constructor Summary
Constructors Constructor Description DependencyGraph(MvnBuild build)
-
Method Summary
-
-
Constructor Detail
-
DependencyGraph
DependencyGraph(MvnBuild build)
-
-
Method Detail
-
getAem
final AemExtension getAem()
-
getDotFileSource
final RegularFileProperty getDotFileSource()
-
getDotFile
final RegularFileProperty getDotFile()
-
getGenerateForce
final Property<Boolean> getGenerateForce()
-
getGenerateCommand
final Property<String> getGenerateCommand()
-
getBuildCommand
final Property<String> getBuildCommand()
-
getPackagingMap
final MapProperty<String, String> getPackagingMap()
-
getDotDependencies
final ListProperty<Dependency> getDotDependencies()
-
getDotArtifacts
final ListProperty<Artifact> getDotArtifacts()
-
getDefaults
final Provider<List<Dependency>> getDefaults()
-
getExtras
final ListProperty<Dependency> getExtras()
-
getRedundants
final ListProperty<Dependency> getRedundants()
-
getSoftRedundants
final ListProperty<Dependency> getSoftRedundants()
-
getAll
final Provider<List<Dependency>> getAll()
-
-
-
-