package de.codecentric.roca.core; public interface PathFragment { public abstract String getName(); }