Class ThemeAutoImporter.ThemeDocument
- java.lang.Object
-
- com.flowable.platform.engine.impl.configuration.ThemeAutoImporter.ThemeDocument
-
- Enclosing class:
- ThemeAutoImporter
protected static class ThemeAutoImporter.ThemeDocument extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ThemeDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Map<String,String>
getOptions()
void
setName(String name)
void
setOptions(Map<String,String> options)
-