public abstract class BranchModelConfiguration extends java.lang.Object implements ErrorsHolder
Modifier and Type | Method and Description |
---|---|
static BranchModelConfiguration |
create(BranchConfiguration development,
BranchConfiguration production,
java.util.List<Type> types,
java.util.List<Error> errors) |
abstract BranchConfiguration |
development() |
abstract BranchConfiguration |
production() |
abstract java.util.List<Type> |
types() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
@Nullable public abstract BranchConfiguration development()
@Nullable public abstract BranchConfiguration production()
public abstract java.util.List<Type> types()
public static BranchModelConfiguration create(BranchConfiguration development, BranchConfiguration production, java.util.List<Type> types, java.util.List<Error> errors)