-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function1,org.danilopianini.upgradle.api.Module
public abstract class GradleRootModule extends AbstractModule
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanincludesAllprivate final BooleanincludesNextprivate final BooleanincludesLatestprivate final BooleanisASelectedStrategyprivate final Stringname
-
Constructor Summary
Constructors Constructor Description GradleRootModule(Map<String, Any> options)
-
Method Summary
Modifier and Type Method Description final List<Operation>invoke(File localDirectory)abstract List<Operation>operationsInProjectRoot(File projectRoot, String projectId)final BooleangetIncludesAll()final BooleangetIncludesNext()final BooleangetIncludesLatest()final BooleangetIsASelectedStrategy(List<String> $self)StringgetName()-
Methods inherited from class org.danilopianini.upgradle.modules.GradleRootModule
filterByStrategy -
Methods inherited from class kotlin.Function
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
operationsInProjectRoot
abstract List<Operation> operationsInProjectRoot(File projectRoot, String projectId)
-
getIncludesAll
final Boolean getIncludesAll()
-
getIncludesNext
final Boolean getIncludesNext()
-
getIncludesLatest
final Boolean getIncludesLatest()
-
getIsASelectedStrategy
final Boolean getIsASelectedStrategy(List<String> $self)
-
-
-
-