public class BundleSpec<T extends io.dropwizard.Configuration> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BundleSpec.Phase  | 
| Constructor and Description | 
|---|
BundleSpec(io.dropwizard.Bundle bundle,
          BundleSpec.Phase phase)  | 
BundleSpec(io.dropwizard.ConfiguredBundle<T> configuredBundle,
          BundleSpec.Phase phase)  | 
| Modifier and Type | Method and Description | 
|---|---|
io.dropwizard.Bundle | 
getBundle()  | 
io.dropwizard.ConfiguredBundle<T> | 
getConfiguredBundle()  | 
BundleSpec.Phase | 
getPhase()  | 
public BundleSpec(io.dropwizard.Bundle bundle,
                  BundleSpec.Phase phase)
public BundleSpec(io.dropwizard.ConfiguredBundle<T> configuredBundle, BundleSpec.Phase phase)
public io.dropwizard.Bundle getBundle()
public BundleSpec.Phase getPhase()
public io.dropwizard.ConfiguredBundle<T> getConfiguredBundle()
Copyright © 2014–2016 Soabase. All rights reserved.