public class ApplicationFactory extends Object
Application objects.
The following code example shows how to create an instance of Application:
Application app = ApplicationFactory.createApplication();
| Constructor and Description |
|---|
ApplicationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Application |
createApplication()
Creates an
Application object. |
public static Application createApplication()
Application object.Application object(c) Copyright IBM Corporation 2008, 2017.