public class Template extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Template.Builder |
static class |
Template.Component |
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
static Template.Builder |
builder() |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
of(String prefix,
int index) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
of(String prefix,
int index0,
String separator,
int index1) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
replaceFirst(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components,
String prefix) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
replaceLast(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components,
String suffix) |
public static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> of(String prefix, int index)
public static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> of(String prefix, int index0, String separator, int index1)
public static Template.Builder builder()
public static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> replaceFirst(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components, String prefix)
public static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> replaceLast(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components, String suffix)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.