@IdiotProofImmutable public final class Application extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Application.Builder |
Modifier and Type | Method and Description |
---|---|
static Application.Builder |
builder() |
static Application |
create(org.kuali.common.util.project.model.Project project,
Properties manifest,
Properties config,
com.google.common.base.Optional<Database> database,
com.google.common.base.Optional<Scm> scm) |
org.kuali.common.util.property.ImmutableProperties |
getConfiguration() |
com.google.common.base.Optional<Database> |
getDatabase() |
org.kuali.common.util.property.ImmutableProperties |
getManifest() |
org.kuali.common.util.project.model.Project |
getProject() |
com.google.common.base.Optional<Scm> |
getScm() |
public static Application create(org.kuali.common.util.project.model.Project project, Properties manifest, Properties config, com.google.common.base.Optional<Database> database, com.google.common.base.Optional<Scm> scm)
public static Application.Builder builder()
public org.kuali.common.util.project.model.Project getProject()
public com.google.common.base.Optional<Database> getDatabase()
public org.kuali.common.util.property.ImmutableProperties getManifest()
public org.kuali.common.util.property.ImmutableProperties getConfiguration()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.