public abstract class ModuleIndexEntry extends Object implements Comparable<ModuleIndexEntry>
Constructor and Description |
---|
ModuleIndexEntry() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ModuleIndexEntry o) |
abstract Path |
getFilePath() |
abstract String |
getFileUrl() |
abstract String |
getGroup() |
static ModuleIndexEntry |
of(String fileUrl,
Path filePath,
String group) |
public abstract String getFileUrl()
public abstract Path getFilePath()
public int compareTo(ModuleIndexEntry o)
compareTo
in interface Comparable<ModuleIndexEntry>
public static ModuleIndexEntry of(String fileUrl, Path filePath, @Nullable String group)