| Modifier and Type | Method and Description |
|---|---|
SimpleFlexAccesser |
SimpleFlexBase.getSimpleFlexAccesser() |
static SimpleFlexAccesser |
SimpleFlexBase.serveOnHost(String host,
String classPath,
HashMap<String,Object> config,
int port,
String path) |
static SimpleFlexAccesser |
SimpleFlexBase.serveOnLocalhost(String classPath,
HashMap<String,Object> config,
int port)
Serves the given App as default App on localhost
|
static SimpleFlexAccesser |
SimpleFlexBase.serveOnLocalhost(String classPath,
HashMap<String,Object> config,
int port,
String path) |
SimpleFlexAccesser |
SimpleFlexBase.sfa() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebApp.start(String name,
HashMap<String,Object> config,
SimpleFlexAccesser sfa)
This Method can config this Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultApp.start(String name,
HashMap<String,Object> config,
SimpleFlexAccesser sfa) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanShellDoc.genDoc(Request request,
SimpleFlexAccesser sfa) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestInterface.process(SimpleFlexAccesser sfa,
HashMap<String,Object> config) |
boolean |
FileInterface.process(SimpleFlexAccesser sfa,
HashMap<String,Object> config) |
boolean |
Quiter.process(SimpleFlexAccesser sfa,
HashMap<String,Object> config) |
| Constructor and Description |
|---|
FileInterfaceHandler(File interfaceFile,
int interval,
SimpleFlexAccesser sfa) |
Copyright © 2020 Software Atelier Kamber. All rights reserved.