Package | Description |
---|---|
act | |
act.app | |
act.internal.util |
Utility classes used internally in ActFramework
|
act.util |
Modifier and Type | Method and Description |
---|---|
static void |
Act.startup(AppDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
AppManager |
AppManager.loadSingleApp(AppDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
static AppDescriptor |
AppDescriptor.deserializeFrom(byte[] bytes)
Deserialize an
AppDescriptor from byte array |
static AppDescriptor |
AppDescriptor.of(java.lang.Class<?> entryClass)
Create an
AppDescriptor with entry class (the class with main method) |
static AppDescriptor |
AppDescriptor.of(java.lang.String packageName)
Create an
AppDescriptor with package name. |
static AppDescriptor |
AppDescriptor.of(java.lang.String appName,
java.lang.Class<?> entryClass)
Create an
AppDescriptor with appName and entry class specified. |
static AppDescriptor |
AppDescriptor.of(java.lang.String appName,
java.lang.Class<?> entryClass,
org.osgl.bootstrap.Version appVersion)
Create an
AppDescriptor with appName, entry class and app version. |
static AppDescriptor |
AppDescriptor.of(java.lang.String appName,
java.lang.String packageName)
Create an
AppDescriptor with appName and package name specified |
static AppDescriptor |
AppDescriptor.of(java.lang.String appName,
java.lang.String packageName,
org.osgl.bootstrap.Version appVersion)
Create an
AppDescriptor with appName, package name and app version. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Banner.banner(AppDescriptor appDescriptor) |
static void |
Banner.print(AppDescriptor appDescriptor) |
Copyright © 2014–2017 ActFramework. All rights reserved.