NameRule

public abstract class NameRule

Constructors

Link copied to clipboard
public NameRule NameRule(String name)

Types

Link copied to clipboard
public class Companion

Functions

Link copied to clipboard
public final String getName()
Link copied to clipboard
public abstract String rename(List<String> segments)

Compose the segments by this name rule.

Link copied to clipboard
public abstract List<String> split(String raw)

Split the raw name from some parts by this name rule.

Properties

Link copied to clipboard
private final String name