public abstract class ContentRoot extends Object implements Comparable<ContentRoot>
Constructor and Description |
---|
ContentRoot() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ContentRoot o) |
abstract com.google.common.collect.ImmutableList<IjSourceFolder> |
getFolders() |
abstract String |
getUrl() |
static ContentRoot |
of(String url,
com.google.common.collect.ImmutableList<IjSourceFolder> folders) |
public abstract String getUrl()
public abstract com.google.common.collect.ImmutableList<IjSourceFolder> getFolders()
public int compareTo(ContentRoot o)
compareTo
in interface Comparable<ContentRoot>
public static ContentRoot of(String url, com.google.common.collect.ImmutableList<IjSourceFolder> folders)