Searched defs:BootstrapProperties (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DBootstrapProperties.java48 * <p/>Eg.., GlassFishRuntime.bootstrap(new BootstrapProperties());
53 public class BootstrapProperties { class
58 * Create BootstrapProperties with default properties.
60 public BootstrapProperties() { method in class:BootstrapProperties
65 * Create BootstrapProperties with custom properties.
75 * @param props Properties object which will back this BootstrapProperties object.
77 public BootstrapProperties(Properties props) { method in class:BootstrapProperties
82 * Get the underlying Properties object which backs this BootstrapProperties.
87 * @return The Properties object that is backing this BootstrapProperties.

Completed in 24 milliseconds