Package de.xima.fc.common.form_theme
Class StaticFormTheme.FormThemeFileMeta
- java.lang.Object
-
- de.xima.fc.common.form_theme.StaticFormTheme.FormThemeFileMeta
-
- Enclosing class:
- StaticFormTheme
public static final class StaticFormTheme.FormThemeFileMeta extends Object
Metadata of a file in a form theme. Each file is identified by its resource context and file path. The metadata includes the loader for the file content and the inheritance mode.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StaticFormTheme.FormThemeFileMeta.Builder
A builder for configuring the metadata of a file in a form theme.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StaticFormTheme.FormThemeFileMeta.Builder
builder()
Creates a new builder for configuring the metadata of a file in a form theme.static StaticFormTheme.FormThemeFileMeta
empty()
Returns an empty metadata instance for a file in a form theme.
-
-
-
Method Detail
-
builder
public static StaticFormTheme.FormThemeFileMeta.Builder builder()
Creates a new builder for configuring the metadata of a file in a form theme.- Returns:
- A new builder for the metadata of a file in a form theme.
-
empty
public static StaticFormTheme.FormThemeFileMeta empty()
Returns an empty metadata instance for a file in a form theme. When no metadata is set, the global defaults will be used.- Returns:
- An empty metadata instance for a file in a form theme.
-
-