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 IStaticPlaceholderIParsedPlaceholder. 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 IStaticPlaceholderCommonPlaceholders.DoubleDollar. valueThe placeholder descriptor with the details about this common placeholder.IStaticPlaceholderCommonPlaceholders.NoPrefix. valueThe placeholder descriptor with the details about this common placeholder.IStaticPlaceholderCommonPlaceholders.SingleDollar. valueThe placeholder descriptor with the details about this common placeholder.Methods in de.xima.fc.mdl.placeholder that return IStaticPlaceholder Modifier and Type Method Description IStaticPlaceholderPlaceholderDescriptorBuilder. build()static IStaticPlaceholderCommonPlaceholders. 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() 
 -