Uses of Interface
de.xima.fc.interfaces.placeholder.IStaticPlaceholder
-
Packages that use IStaticPlaceholder Package Description de.xima.fc.interfaces.placeholder de.xima.fc.mdl.placeholder -
-
Uses of IStaticPlaceholder in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder that return IStaticPlaceholder Modifier and Type Method Description IStaticPlaceholder
IParsedPlaceholder. getStaticDescriptor()
-
Uses of IStaticPlaceholder in de.xima.fc.mdl.placeholder
Fields in de.xima.fc.mdl.placeholder declared as IStaticPlaceholder Modifier and Type Field Description IStaticPlaceholder
CommonPlaceholders.DoubleDollar. value
The placeholder descriptor with the details about this common placeholder.IStaticPlaceholder
CommonPlaceholders.NoPrefix. value
The placeholder descriptor with the details about this common placeholder.IStaticPlaceholder
CommonPlaceholders.SingleDollar. value
The placeholder descriptor with the details about this common placeholder.Methods in de.xima.fc.mdl.placeholder that return IStaticPlaceholder Modifier and Type Method Description IStaticPlaceholder
PlaceholderDescriptorBuilder. build()
static IStaticPlaceholder
CommonPlaceholders. getBySyntaxKindAndContent(EPlaceholderSyntaxKind syntaxKind, String content)
Methods in de.xima.fc.mdl.placeholder that return types with arguments of type IStaticPlaceholder Modifier and Type Method Description static com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,com.google.common.collect.ImmutableMap<String,IStaticPlaceholder>>
CommonPlaceholders. getBySyntaxKindAndContentMap()
-