C D H I J L P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.zfabrik.components.java - package com.zfabrik.components.java
- com.zfabrik.files - package com.zfabrik.files
- com.zfabrik.states - package com.zfabrik.states
D
- determine() - Static method in enum com.zfabrik.components.java.LangLevel
-
The current language level is taken from a system property or by inspecting the runtime.
H
I
- IFilesComponent - Interface in com.zfabrik.files
-
Files component are nothing but containers for files that may be used by other components depending on their specific semantics.
- ISystemState - Interface in com.zfabrik.states
-
System states are abstract target configurations of a z2 environment at runtime.
J
- JAVA11 - com.zfabrik.components.java.LangLevel
-
Java 11 as of JDK 11.x
- JAVA12 - com.zfabrik.components.java.LangLevel
-
Java 12 as of JDK 12.x
- JAVA13 - com.zfabrik.components.java.LangLevel
-
Java 13 as of JDK 13.x
- JAVA14 - com.zfabrik.components.java.LangLevel
-
Java 14 as of JDK 15.x
- JAVA15 - com.zfabrik.components.java.LangLevel
-
Java 15 as of JDK 15.x
L
- LangLevel - Enum in com.zfabrik.components.java
-
Supported language level abstraction
P
- parse(String) - Static method in enum com.zfabrik.components.java.LangLevel
S
- STATES_DEPENDENCY - Static variable in interface com.zfabrik.states.ISystemState
-
State components declare dependency on other components by specifying a comma-separated list of component names.
- STATES_PARTICIPATION - Static variable in interface com.zfabrik.states.ISystemState
-
Components declare participation in a state components life cycle by specifying a comma-separated list of component names.
T
- toString() - Method in enum com.zfabrik.components.java.LangLevel
- TYPE - Static variable in interface com.zfabrik.files.IFilesComponent
-
Type identifier of a Files component.
- TYPE - Static variable in interface com.zfabrik.states.ISystemState
-
Type of a system state component.
V
- valueOf(String) - Static method in enum com.zfabrik.components.java.LangLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.zfabrik.components.java.LangLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages