public class LayerDeclaration extends Object
Layer information that the ApplicationBuilder can use.| Modifier and Type | Method and Description |
|---|---|
LayerDeclaration |
using(Iterable<String> layerNames)
Declare using layers.
|
LayerDeclaration |
using(String layerName)
Declare using layer.
|
ModuleDeclaration |
withModule(String moduleName)
Declare Module.
|
public LayerDeclaration using(String layerName)
layerName - Used layer namepublic LayerDeclaration using(Iterable<String> layerNames)
layerNames - Used layers namespublic ModuleDeclaration withModule(String moduleName)
moduleName - Name of the Module